Click or drag to resize

FILEDESCRIPTORFromIdList Method

Creates a descriptor from a PIDL.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static FILEDESCRIPTOR FromIdList(
	IWithIdList idList
)

Parameters

idList
Type: callback.ShellBoost.CoreIWithIdList
The PIDL.

Return Value

Type: FILEDESCRIPTOR
A FILEDESCRIPTOR instance.
Exceptions
ExceptionCondition
ArgumentNullExceptionidList is null.
See Also