ShellUtilitiesCreateDataObject Method (IntPtr, Boolean) |
Creates a data object from a pidl.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static IDataObject CreateDataObject(
IntPtr pidl,
bool throwOnError = true
)
Parameters
- pidl
- Type: SystemIntPtr
The pidl. - throwOnError (Optional)
- Type: SystemBoolean
true to throw error; otherwise false.
Return Value
Type:
IDataObject
An instance of the IDataObject interface or null.
Exceptions See Also