CEBLOB (CEDB) (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
    Size, in bytes, of the BLOB.
  • lpb
    Pointer to the beginning of the BLOB.

Requirements

Header windbase.h
Windows Embedded CE Windows CE 1.01 and later

See Also

Reference

CEDB Structures
CEVALUNION (CEDB)