CEBLOB (CEDB) (Windows CE 5.0)

Send Feedback

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

typedef struct _CEBLOB {DWORDdwCount;LPBYTElpb;} 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 (CEDB)

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.