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.2
Syntax
protected override Object GetUIObject(
	Guid riid
)

Parameters

riid  Guid
the relative item id list

Return Value

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