Click or drag to resize

GuidKeyShellItemId Constructor (Byte)

Initializes a new instance of the GuidKeyShellItemId class.

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

Parameters

data
Type: SystemByte
The SHITEMID data, excluding the header.
Exceptions
ExceptionCondition
ArgumentNullExceptiondata is null.
See Also