Click or drag to resize

ShellDataObjectFormatParseCFSTR_SHELLIDLISTFormatData Method (Byte, Boolean)

Parses the CFSTR_SHELLIDLIST (CIDA) format.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static IReadOnlyList<ShellItemIdList> ParseCFSTR_SHELLIDLISTFormatData(
	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: IReadOnlyListShellItemIdList
A list of ShellItemIdLists.
See Also