Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


::

enum RegValueType


Summary
defines the type of a key value.
Description
A registry key can contain a value which has one of seven different types. Three simple types (long, ascii and unicode string) and a list type of these simple types. Furthermore a binary type which provides the possibilty to define own data structures and store these types in the registry. The UNO core reflection data is stored as a binary blob in the type registry.

Values

RG_VALUETYPE_NOT_DEFINED
Summary
The key has no value or the value type is unknown.
RG_VALUETYPE_LONG
Summary
The key has a value of type long
RG_VALUETYPE_STRING
Summary
The key has a value of type ascii string
RG_VALUETYPE_UNICODE
Summary
The key has a value of type unicode string
RG_VALUETYPE_BINARY
Summary
The key has a value of type binary
RG_VALUETYPE_LONGLIST
Summary
The key has a value of type long list
RG_VALUETYPE_STRINGLIST
Summary
The key has a value of type ascii string list
RG_VALUETYPE_UNICODELIST
Summary
The key has a value of type unicode string list

Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.