Click or drag to resize

CustomFileListTGetUIObject 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
IID of the interface that should be returned

Return Value

Object
The UIObject that is returned by GetUIObject(Guid)
See Also