POLITEMID (Compact 7)
3/12/2014
The POLITEMID structure is a Binary Large Object (BLOb) that iniquely identifies a PIM item.
Syntax
typedef struct POLITEMID {
DWORD cbSize;
BYTE data[ 12 ];
} *LPPOLITEMID;
Members
- cbSize
Size of the structure expressed as a count of bytes.
- data[ 12 ]
An array of bytes. Maximum size is 12 items.
Remarks
Beginning with Windows Embedded Compact 7, PIM items are uniquely identifed by their POLITEMID property. Object Identifier (OID) is depricated.