Click or drag to resize

KeyShellItemIdFrom Method

Creates an instance of a KeyShellItemId from a PIDL data.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static KeyShellItemId From(
	byte[] data,
	bool throwOnError = true
)

Parameters

data
Type: SystemByte
The data.
throwOnError (Optional)
Type: SystemBoolean
if set to true errors may be thrown otherwise the return value may be null.

Return Value

Type: KeyShellItemId
An instance of the KeyShellItemId class.
See Also