CEBLOB

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

At a Glance

Header file: Winbase.h
Windows CE versions: 1.01 and later

Syntax

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.

See Also

CEVALUNION