CIDACIDA*
*



Contents  *



Index  *Topic Contents
*Previous Topic: BROWSEINFO
*Next Topic: CMINVOKECOMMANDINFO

CIDA


typedef struct _IDA {  
    UINT cidl;
    UINT aoffset[1];
} CIDA, * LPIDA; 

Contains one variable-sized element of an ITEMIDLIST. This structure is used with the "Shell IDList Array" clipboard format.

cidl
Number of array elements.
aoffset
Array of offsets relative to the beginning of this structure. The first element is the offset of the ITEMIDLIST structure for a folder (absolute from the root). If the ITEMIDLIST for the folder is empty (Mkid.cb is 0), the parent folder is the desktop itself. Subsequent elements are offsets of ITEMIDLIST structures for file objects (relative from the parent folder).

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.