enum RegistryKeyType in module com::sun::star::registry::

(Global Index)

Syntax

enum RegistryKeyType;

Description

represents all possible types of a key.

A key can be a normal key with a value and subkeys or it can be a link which references another key.

Values Summary

KEY

LINK

Values Details



KEY

Syntax

KEY,

LINK

Syntax

LINK,
Top of Page