Click or drag to resize

ShellBrowserGetDataObject Method (ItemIdList)

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.0
Syntax
public DataObject GetDataObject(
	ItemIdList[] pidls
)

Parameters

pidls
Type: Jam.ShellItemIdList
An array of ItemIdLists relative to the active folder.

Return Value

Type: DataObject
The DataObject for the passed ItemIdLists.
See Also