ShellDataObjectFormatGetCFSTR_FILEDESCRIPTOR Method |
Gets the CFSTR_FILEDESCRIPTOR format from an IDataObject.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static IReadOnlyList<FILEDESCRIPTOR> GetCFSTR_FILEDESCRIPTOR(
Object dataObject,
bool throwOnError = true
)
Parameters
- dataObject
- Type: SystemObject
The data object. - throwOnError (Optional)
- Type: SystemBoolean
if set to true errors may be throw in case of Windows Shell errors.
Return Value
Type:
IReadOnlyListFILEDESCRIPTOR0 or an error code.
Exceptions See Also