Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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 |