HKLM\SYSTEM\CurrentControlSet\Services\Dhcp\Parameters\Options\<Option#>
Data type | Range | Default value |
---|---|---|
REG_DWORD | 1 - 7 | 7 |
Specifies the data type of the registry entry that stores configuration data for the option. The data type defines the length and format of data that the entry can store.
Value | Meaning |
---|---|
1 | REG_SZ |
2 | REG_EXPAND_SZ |
3 | REG_BINARY |
4 | REG_DWORD or REG_DWORD_LITTLE_ENDIAN |
5 | REG_DWORD_BIG_ENDIAN |
6 | REG_LINK |
7 | REG_MULTI_SZ |
Note
The name of the entry that stores configuration data appears in the value of RegLocation.
Tip
Also, see Data Types in the Windows 2000 Registry.
Related Entries