ItemGetNativeItemFromIDList Method (IntPtr, Boolean) |
Gets an IShellItem instance from a PIDL.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static Object GetNativeItemFromIDList(
IntPtr pidl,
bool throwOnError = true
)
Parameters
- pidl
- Type: SystemIntPtr
The PIDL. - throwOnError (Optional)
- Type: SystemBoolean
true to throw error; otherwise false.
Return Value
Type:
Object
A native IShellItem instance or null.
Exceptions See Also