22 module
com { module sun { module star { module registry {
RegistryValueType
represents all possible types of a key value.
Definition RegistryValueType.idl:31
@ NOT_DEFINED
the type of the key is not defined.
Definition RegistryValueType.idl:34
@ ASCIILIST
the type of the key is an ASCIILIST.
Definition RegistryValueType.idl:52
@ LONG
the type of the key is long.
Definition RegistryValueType.idl:37
@ STRINGLIST
the type of the key is a STRINGLIST.
Definition RegistryValueType.idl:55
@ LONGLIST
the type of the key is LONGLIST.
Definition RegistryValueType.idl:49
@ BINARY
the type of the key is binary.
Definition RegistryValueType.idl:46
@ STRING
the type of the key is a string.
Definition RegistryValueType.idl:43
@ ASCII
the type of the key is ASCII.
Definition RegistryValueType.idl:40
Definition Ambiguous.idl:20