Click or drag to resize

ShellDataObjectFormatBuildCF_HDROP Method

Builds CF_HDROP as an HGlobal handle.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static IntPtr BuildCF_HDROP(
	IEnumerable<string> strings,
	out int size,
	POINT? point = null,
	bool pointInNonClientArea = false
)

Parameters

strings
Type: System.Collections.GenericIEnumerableString
A list of strings.
size
Type: SystemInt32
The output buffer size.
point (Optional)
Type: SystemNullablePOINT
An optional point.
pointInNonClientArea (Optional)
Type: SystemBoolean
If set to true, point specifies the screen coordinates of a point in a window's nonclient area. If set to vale, point specifies the client coordinates of a point in the client area.

Return Value

Type: IntPtr
An HGlobal handle or IntPtr.Zero
See Also