Click or drag to resize

KnownFolderFind Method (IntPtr)

Finds a known folder from a PIDL.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static KnownFolder Find(
	IntPtr pidl
)

Parameters

pidl
Type: SystemIntPtr
The PIDL.

Return Value

Type: KnownFolder
A KnownFolder instance or null if it was not found.
Exceptions
ExceptionCondition
ArgumentExceptionpidl is zero.
See Also