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 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