Click or drag to resize

ShellListViewGetUIObject Method

Returns for the currently selected item a COM object that implements the requested interface

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

Parameters

riid
Type: SystemGuid
the relative item id list

Return Value

Type: Object
the UIObject that is returned be GetUIObject(Guid)
See Also