This structure corresponds to the CF_IDLIST clipboard format.
typedef struct _IDA {
UINT cidl; // number array elements
UINT aoffset[1]; // see below
} CIDA, * LPIDA;
Member
aoffset
Array of offsets relative to the beginning of the CIDA structure. The first element is the offset of the ITEMIDLIST structure for a folder (absolute from the root). Subsequent elements are offsets of ITEMIDLIST structures for file objects (relative from the parent folder).
See Also