|  | Overview |  | 
|  | 
|  | Group |  | 
|  | 
|  | Quick Info 
 | Windows NT 
 | Yes 
 |  | Win95 
 | Yes 
 |  | Win32s 
 | No 
 |  | Import Library 
 | - 
 |  | Header File 
 | shlobj.h 
 |  | Unicode 
 | No 
 |  | Platform Notes 
 | None 
 | 
 |  | 
 
CIDA
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
ITEMIDLIST
			
				- Software for developers
				
- 
				Delphi Components
 .Net Components
 Software for Android Developers
- More information resources
				
- 
				MegaDetailed.Net
 Unix Manual Pages
 Delphi Examples