ShellDataObjectFormatParseCF_HDROPFormatData Method |
Parses the CF_HDROP format.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static IReadOnlyList<string> ParseCF_HDROPFormatData(
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:
IReadOnlyListStringA list of file paths.
See Also