KeyShellItemIdType Enumeration |
Defines the type of the key for types deriving from KeyShellItemId
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public enum KeyShellItemIdType
Members
| Member name | Value | Description |
---|
| Unspecified | 0 |
Unspecified. Don't use.
|
| SByte | 1 |
Key is a signed byte.
|
| Byte | 2 |
Key is a byte.
|
| Int16 | 3 |
Key is a 16-bit signed integer.
|
| UInt16 | 4 |
Key is a 16-bit unsigned integer.
|
| Int32 | 5 |
Key is a 32-bit signed integer.
|
| UInt32 | 6 |
Key is a 32-bit unsigned integer.
|
| Int64 | 7 |
Key is a 64-bit signed integer.
|
| UInt64 | 8 |
Key is a 64-bit unsigned integer.
|
| Guid | 9 |
Key is a 128-bit Guid.
|
| String | 10 |
Key is a string.
|
| IntPtr | 11 |
Key is a native pointer value.
|
See Also