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: 7.1
Syntax 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
)
member GetUIObject :
riid : Guid *
pidls : ItemIdList[] -> Object
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:
ObjectThe requested COM object;
null if the requested COM interface could not be retrieved.
See Also