Click or drag to resize

KeyShellItemId Constructor (Byte)

Initializes a new instance of the KeyShellItemId class.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected KeyShellItemId(
	byte[] data
)

Parameters

data
Type: SystemByte
The SHITEMID data, excluding the header.
See Also