CEBLOB [CEDB] (Compact 2013)

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

See Also

Reference

CEDB Structures
CEVALUNION [CEDB]