CEBLOB (POOM) (Compact 7)
3/12/2014
The CEBLOB structure is used to describe a Binary Large Object (BLOb). It can be used to hold a PIM item's Item Identifier (PIMPR_ITEMID), Globally Unique Object Identifier (PIMPR_GLOBAL_OBJECT_ID), Time Zone information (PIMPR_TIMEZONE), and a PIM item's BodyInk information. Members of this type are also included in the _CEVALUNION union and the PIMCUSTOMEVENT enumeration.
Syntax
typedef struct _CEBLOB {
DWORD dwCount;
BYTE* lpb
} CEBLOB;
Members
- dwCount
Count of bytes in the BLOb.
- lpb
A long pointer to the BLOb.
Remarks
CEBLOB is also known as PEGBLOB, PEGVT_BLOB, and CEVT_BLOB.