::

enum RegKeyType


Summary
defines the type of a registry key.
Description
The registry differs between normal keys which can contain subkeys or a value and link keys which navigate over the linktarget to an existing other key (which are no longer supported).

Values

RG_KEYTYPE
Summary
represents a real key
RG_LINKTYPE
Summary
represents a link (which is no longer supported)

Top of Page