ShellDataObjectFormatParseCFSTR_DROPDESCRIPTIONFormatData Method |
Parses the CFSTR_DROPDESCRIPTION format.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static DROPDESCRIPTION? ParseCFSTR_DROPDESCRIPTIONFormatData(
byte[] data,
bool throwOnError = true
)
Parameters
- data
- Type: SystemByte
The data. - throwOnError (Optional)
- Type: SystemBoolean
if set to true errors may be throw.
Return Value
Type:
NullableDROPDESCRIPTIONAn instance of the DROPDESCRIPTION struct or null if the data is invalid.
See Also