The RegKeyEnumValue class contains the following fields.
name | The registry name. |
REGTYPE_BINARY | Indicates that the registry type is a binary value. |
REGTYPE_DWORD | Indicates that the registry type is a double word value. |
REGTYPE_DWORD_BIG_ENDIAN | Indicates that the registry type is a 32-bit number in big endian format. |
REGTYPE_DWORD_LITTLE_ENDIAN | Indicates that the registry type is a 32-bit number in little endian format. |
REGTYPE_EXPAND_SZ | Indicates that the registry type is a string that contains unexpanded references to environment variables (for example "%PATH%"). |
REGTYPE_LINK | Indicates that the registry type is a link. |
REGTYPE_MULTI_SZ | Indicates that the registry type is an array of null-terminated strings, terminated by two null characters. |
REGTYPE_NONE | Indicates no defined value type. |
REGTYPE_RESOURCE_LIST | Indicates that the registry type is a device-driver resource list. |
REGTYPE_SZ | Indicates that the registry type is a string. |
theType | The registry type. |
TYPE_BINARY | Static alias for REGTYPE_BINARY. |
TYPE_DWORD | Static alias for REGTYPE_DWORD. |
TYPE_EXPAND_STRING | Static alias for REGTYPE_EXPAND_SZ. |
TYPE_NONE | Static alias for REGTYPE_NONE. |
TYPE_STRING | Static alias for REGTYPE_SZ. |