Share via


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

Smartphone Platforms: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: rapi.h
Library: rapi.lib

See Also

CEVALUNION

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.