Click or drag to resize

CoreShellFolderGetUIObjectOf Method (IEnumerableIntPtr, Guid, Boolean)

Gets an object that can be used to carry out actions on the specified file objects or folders.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public Object GetUIObjectOf(
	IEnumerable<IntPtr> pidls,
	Guid iid,
	bool throwOnError = true
)

Parameters

pidls
Type: System.Collections.GenericIEnumerableIntPtr
A list of PIDLs.
iid
Type: SystemGuid
A reference to the IID of the interface to retrieve.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: Object
The object requested or null.
See Also