CEBLOB
This structure contains information about a binary large object (BLOB) of data in the object store.
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
Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: Rapitypes.h
See Also
Remote API Structures | CEVALUNION
Send Feedback on this topic to the authors