Click or drag to resize

ShellBrowserGetDataObject(ItemIdList) Method

Returns the Windows Shell IDataObject interface for the passed relative ItemIdLists wrapped into an instance of type DataObject.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public DataObject GetDataObject(
	ItemIdList[] pidls
)

Parameters

pidls  ItemIdList
An array of ItemIdLists relative to the active folder.

Return Value

DataObject
The DataObject for the passed ItemIdLists.
See Also