ITEMIDLIST
Contains a list of item identifiers.
typedef struct _ITEMIDLIST { // idl
SHITEMID mkid; // list of item identifers
} ITEMIDLIST, * LPITEMIDLIST;
typedef const ITEMIDLIST * LPCITEMIDLIST;