CEBLOB (CEDB) (Windows CE 5.0)
This structure contains information about a Binary Large Object (BLOB)s of data in the object store.
typedef struct _CEBLOB {DWORDdwCount;LPBYTElpb;} CEBLOB;
Members
- dwCount
Size, in bytes, of the BLOB. - lpb
Pointer to the beginning of the BLOB.
Requirements
OS Versions: Windows CE 1.01 and later.
Header: Windbase.h.
See Also
Send Feedback on this topic to the authors