SHITEMID  15.G7H0 

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;