Click or drag to resize

ShellDataObjectFormatGetCF_HDROP Method

Gets the CF_HDROP format from an IDataObject.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static IReadOnlyList<string> GetCF_HDROP(
	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: IReadOnlyListString
0 or an error code.
Exceptions
ExceptionCondition
ArgumentExceptiondataObject is null or invalid.
See Also