REGVAL Class (Windows Environment)
Each record in the REGVAL class defines data that describes the registry keys. This data stores information necessary to configure the system for one or more users, applications, and hardware devices. Registry values contain information that is constantly referenced during operation. Examples include:
capamsc141
Each record in the REGVAL class defines data that describes the registry keys. This data stores information necessary to configure the system for one or more users, applications, and hardware devices. Registry values contain information that is constantly referenced during operation. Examples include:
- Profiles for each user
- Applications installed on thecomputer and the types of files each can create
- Property sheet settings for folders and application icons
- Hardware configuration
- Used ports
The key to the REGVAL record is the full registry key name and its value.
Changing or deleting registry keys and their values incorrectly can cause serious, system-wide problems that may require you to reinstall Windows to correct them.
The following definitions describe the properties contained in this class record. Most properties are modifiable and can be manipulated using selang or the administration interfaces. Non-modifiable properties are marked
informational
.- TYPEA format to store data. When you store data under a registry value you can specify one of the following values to indicate the type of data being stored:Specify the type when you create or modify the registry value.
- DWORDData represented by a number that is four bytes long. Many parameters for device driver and services are this type, and can be displayed in binary, hexadecimal, or decimal format.
- STRINGA sequence of characters representing readable text
- MULTISTRINGA multiple string. Values that contain lists or multiple values in readable text. Entries are separated by null characters.
- BINARYRaw, binary data. Most hardware component information is stored as binary data and can be displayed in hexadecimal format or in an easy-to-read format.
- VALUEThe value that the Windows registry value holds.