Overview | Namespace | Class | Index | Help |
LIST OF: | VALUES |
::
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 |
|
RG_VALUETYPE_LONG |
|
RG_VALUETYPE_STRING |
|
RG_VALUETYPE_UNICODE |
|
RG_VALUETYPE_BINARY |
|
RG_VALUETYPE_LONGLIST |
|
RG_VALUETYPE_STRINGLIST |
|
RG_VALUETYPE_UNICODELIST |
|
Top of Page
Copyright © 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.