Click or drag to resize

ShellBrowserBaseGetUIObject Method (Guid, ItemIdList)

Queries and returns COM interfaces from the currently active Folder and the given ItemIdLists.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public Object GetUIObject(
	Guid riid,
	ItemIdList[] pidls
)

Parameters

riid
Type: SystemGuid
IID of the interface that should be returned
pidls
Type: Jam.ShellItemIdList
An array of ItemIdLists relaive to the current folder

Return Value

Type: Object
The requested COM object; null if the requested COM interface could not be retrieved.
See Also