SHITEMID
Defines an
item identifier.
typedef struct _SHITEMID { // mkid
USHORT
cb; // size of identifier,
including cb itself
BYTE abID[1];
// variable length item identifier
} SHITEMID, * LPSHITEMID;
typedef const SHITEMID * LPCSHITEMID;