Overview   Namespace   Class   Index   Help 
LIST OF:  VALUES


::

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. The mechanism is similar to links in a UNIX filesystem.

Values

RG_KEYTYPE
Summary
represents a real key
RG_LINKTYPE
Summary
represents a link

Top of Page