- REG_SZ : String (default value if not
specified)
- REG_QWORD_LITTLE_ENDIAN : A 64-bit
number in little-endian format
- REG_QWORD : A 64-bit number
- REG_NONE : No value
- REG_MULTI_SZ : Multi-line string
(separated by \0)
- REG_LINK : Symbolic Link
- REG_EXPAND_SZ : String with
unexpanded references to environment
variables
- REG_DWORD_BIG_ENDIAN : A 32-bit
number in big-endian format
- REG_DWORD_LITTLE_ENDIAN : A 32-bit
number in little-endian format
- REG_DWORD : A 32-bit number
- REG_BINARY : Binary data in any form
The data to apply to either the value (if using
CreateValue or ModifyValue) or to the default
value of the key (if using CreateKey or
ModifyKey).
- RegistryKey = HKLM\Software\MyKey
- RegistryKeyDestination =
HKLM\Software\MyModifiedKey
Required for ModifyKey.
Kommentare zu diesen Handbüchern