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 public static bool IsValid(
byte[] data
)
Parameters
- data
- Type: SystemByte
The data
Return Value
Type:
Booleantrue if data represents a valid KeyShellItemId header; otherwise,
false.
See Also