Click or drag to resize

KeyShellItemIdType Enumeration

Defines the type of the key for types deriving from KeyShellItemId

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public enum KeyShellItemIdType
Members
  Member nameValueDescription
Unspecified0 Unspecified. Don't use.
SByte1 Key is a signed byte.
Byte2 Key is a byte.
Int163 Key is a 16-bit signed integer.
UInt164 Key is a 16-bit unsigned integer.
Int325 Key is a 32-bit signed integer.
UInt326 Key is a 32-bit unsigned integer.
Int647 Key is a 64-bit signed integer.
UInt648 Key is a 64-bit unsigned integer.
Guid9 Key is a 128-bit Guid.
String10 Key is a string.
IntPtr11 Key is a native pointer value.
See Also