Click or drag to resize

ShellDataObjectFormatParseCFSTR_DROPDESCRIPTIONFormatData Method

Parses the CFSTR_DROPDESCRIPTION format.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
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: NullableDROPDESCRIPTION
An instance of the DROPDESCRIPTION struct or null if the data is invalid.
See Also