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.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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