Click or drag to resize

ShellDataObjectFormatParseCF_HDROPFormatData Method

Parses the CF_HDROP format.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
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: IReadOnlyListString
A list of file paths.
See Also