Click or drag to resize

ShellDataObjectFormatBuildCFSTR_SHELLIDLIST Method

Builds the CFSTR_SHELLIDLIST format 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 BuildCFSTR_SHELLIDLIST(
	IEnumerable<IWithIdList> idLists,
	out int size
)

Parameters

idLists
Type: System.Collections.GenericIEnumerableIWithIdList
The identifier lists.
size
Type: SystemInt32
The output buffer size.

Return Value

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