Partager via


CEBLOB

This structure contains information about a Binary Large Object (BLOB)s of data in the object store.

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

OS Versions: Windows CE 1.01 and later.
Header: Windbase.h.

See Also

CEVALUNION

 Last updated on Friday, April 09, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.