Click or drag to resize

ShellBrowserBaseGetUIObject Method (Guid)

Queries and returns COM interfaces from the currently active Folder and object. If object names are assigned to the MultiObject collection, then they will be used.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax
public Object GetUIObject(
	Guid riid
)

Parameters

riid
Type: SystemGuid
IID of the interface that should be returned

Return Value

Type: Object
The requested COM object, which needs to be casted.
See Also