Click or drag to resize

KeyShellItemIdBuild Method

Builds the specified key type data.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected static byte[] Build(
	KeyShellItemIdType type,
	byte[] payload,
	int length = -1
)

Parameters

type
Type: callback.ShellBoost.CoreKeyShellItemIdType
The key type.
payload
Type: SystemByte
The payload.
length (Optional)
Type: SystemInt32
The length.

Return Value

Type: Byte
An array of types representing the key data.
Exceptions
ExceptionCondition
ArgumentNullExceptionpayload is null.
ArgumentOutOfRangeExceptionlength is invalid.
See Also