Click or drag to resize

FileStreamDescriptorFromIdList Method

Creates a descriptor from a PIDL

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static FileStreamDescriptor FromIdList(
	IWithIdList idList,
	Func<FileStreamDescriptor, Stream> getStreamFunc = null
)

Parameters

idList
Type: callback.ShellBoost.CoreIWithIdList
The PIDL.
getStreamFunc (Optional)
Type: SystemFuncFileStreamDescriptor, Stream
The get stream function. If null, a default function will be provided.

Return Value

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