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.
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 |