Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
This structure contains information about a binary large object (BLOB) of data in the object store.
Syntax
typedef struct _CEBLOB {
DWORD dwCount;
LPBYTE lpb;
} CEBLOB; *PCEBLOB;
Members
- dwCount
Size, in bytes, of the BLOB.
- lpb
Pointer to the beginning of the BLOB.
Requirements
Header |
windbase.h |