2 shows how the value appears in the Registry Editor. Of
course, this value type isn??™t very readable. Table 4.3 shows all of the common registry data types,
their value type equivalents, and provides a description of how that value type is used.
HKEY_CURRENT_USER\Control Panel\Colors InactiveTitle REG_SZ 128 128 128
HKEY_CURRENT_USER\Control Panel\Colors InactiveTitleText REG_SZ 212 208 200
HKEY_CURRENT_USER\Control Panel\Colors InfoText REG_SZ 0 0 0
HKEY_CURRENT_USER\Control Panel\Colors InfoWindow REG_SZ 255 255 225
HKEY_CURRENT_USER\Control Panel\Colors Menu REG_SZ 212 208 200
HKEY_CURRENT_USER\Control Panel\Colors MenuText REG_SZ 0 0 0
HKEY_CURRENT_USER\Control Panel\Colors Scrollbar REG_SZ 212 208 200
HKEY_CURRENT_USER\Control Panel\Colors TitleText REG_SZ 255 255 255
HKEY_CURRENT_USER\Control Panel\Colors Window REG_SZ 255 255 255
HKEY_CURRENT_USER\Control Panel\Colors WindowFrame REG_SZ 0 0 0
HKEY_CURRENT_USER\Control Panel\Colors WindowText REG_SZ 0 0 0
HKEY_CURRENT_USER\Control Panel\Colors Background REG_SZ 29 95 122
Table 4.3: Common Registry Value Types
Data Type Value Type Description
String Value REG_SZ Contains a simple string value.
Pages:
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257