On Fri Jan 19 15:57:41 2024 +0000, Nikolay Sivov wrote:
To check if attribute exists it's enough to use GetItem(key, NULL). Here it's fine of course, since you'll need user size anyway.
Yes, I used GetBlob because I needed the size and didn't see that there was GetBlobSize for that. I was actually a bit surprised that I had to handle that specific error.