ShellBrowser .Net Edition
GetUIObject Method (riid, pidls)
NamespacesJam.ShellShellBrowserGetUIObject(Guid, array<ItemIdList>[]()[])
Queries and returns COM interfaces from the currently active Folder and the given ItemIdLists.
Declaration Syntax
C#Visual BasicVisual C++
public Object GetUIObject(
	Guid riid,
	ItemIdList[] pidls
)
Public Function GetUIObject ( _
	riid As Guid, _
	pidls As ItemIdList() _
) As Object
public:
Object^ GetUIObject(
	Guid riid, 
	array<ItemIdList^>^ pidls
)
Parameters
riid (Guid)
IID of the interface that should be returned
pidls (array< ItemIdList >[]()[])
An array of ItemIdLists relaive to the current folder
Return Value
The requested COM object; null if the requested COM interface could not be retrieved.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)