Click or drag to resize

KeyShellItemIdIsValid Method

Determines if data represents a valid KeyShellItemId header.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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