Retruns a list of object names for a given IDataObject.
function GetIDListsFromDataObject(pDataObject: IDataObject): TItemIdLists;
Parameters |
Description |
pDataObject: IDataObject |
An IDataObject from that the object names should be extracted. It should contain the clipboard format CF_IDLIST. |
A list of object names for a given IDataObject.
Dependent on the current user's settings file extensions may be hidden in Shell views.