regKeyValueType Type [Office 2003 SDK Documentation]
A complex type that defines the enumerated values for the **valueType**element and specifies the valid registry key entries.
Type Properties
Property | Value |
---|---|
Name | regKeyValueType |
Data Type | string |
Enumerations | The value of the regKeyValueType type can be one of the following:
ValueDescription
REG_SZA null-terminated string that specifies the default language or languages.
REG_EXPAND_SZA null-terminated string that contains unexpanded references to environment variables (for example, "%PATH%") and that specifies the default language or languages.
REG_DWORDA 32-bit number that specifies the default code page.
|
Value | Description |
REG_SZ | A null-terminated string that specifies the default language or languages. |
REG_EXPAND_SZ | A null-terminated string that contains unexpanded references to environment variables (for example, "%PATH%") and that specifies the default language or languages. |
REG_DWORD | A 32-bit number that specifies the default code page. |