Top   Module   Use   Manual   Index 

com :: sun :: star :: registry ::

enum RegistryValueType


Description
represents all possible types of a key value.

An ASCII value and a string value will both be handled with type string. But interns will be handled differently. Normally the idl string represents a unicode string.



Values

NOT_DEFINED
Description
the type of the key is not defined.
LONG
Description
the type of the key is long.
ASCII
Description
the type of the key is ASCII.
STRING
Description
the type of the key is a string.
BINARY
Description
the type of the key is binary.
LONGLIST
Description
the type of the key is LONGLIST.
ASCIILIST
Description
the type of the key is a ASCIILIST.
STRINGLIST
Description
the type of the key is a STRINGLIST.
Top of Page