Click or drag to resize

KeyShellItemIdIsValid Method

Determines if data represents a valid KeyShellItemId header.

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

Parameters

data
Type: SystemByte
The data

Return Value

Type: Boolean
true if data represents a valid KeyShellItemId header; otherwise, false.
See Also