Click or drag to resize

ShellBrowserBaseGetUIObject(Guid, ItemIdList) Method

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: 7.2
Syntax
public Object GetUIObject(
	Guid riid,
	ItemIdList[] pidls
)

Parameters

riid  Guid
IID of the interface that should be returned
pidls  ItemIdList
An array of ItemIdLists relaive to the current folder

Return Value

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