CEBLOB (Windows Embedded CE 6.0)
1/6/2010
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;
Members
- dwCount
Specifies the size, in bytes, of the BLOB.
- lpb
Pointer to the beginning of the BLOB.
Requirements
Header | rapitypes.h |
Windows Embedded CE | Windows CE 3.0 and later |