Click or drag to resize

ShellDataObjectFormatBuildCFSTR_SHELLIDLISTAsByteArray Method

Builds the CFSTR_SHELLIDLIST format as byte array.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static byte[] BuildCFSTR_SHELLIDLISTAsByteArray(
	IEnumerable<IWithIdList> idLists
)

Parameters

idLists
Type: System.Collections.GenericIEnumerableIWithIdList
The identifier lists.

Return Value

Type: Byte
A byte array or null.
See Also