KnownFolderFind Method (IntPtr) |
Finds a known folder from a PIDL.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static KnownFolder Find(
IntPtr pidl
)
Parameters
- pidl
- Type: SystemIntPtr
The PIDL.
Return Value
Type:
KnownFolderA KnownFolder instance or null if it was not found.
Exceptions See Also