Package com.sun.jna.platform.win32
Class Wdm.KEY_INFORMATION_CLASS
java.lang.Object
com.sun.jna.platform.win32.Wdm.KEY_INFORMATION_CLASS
- Enclosing interface:
- Wdm
The KEY_INFORMATION_CLASS enumeration type represents
the type of information to supply about a registry key.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
KeyBasicInformation
public static final int KeyBasicInformation- See Also:
-
KeyNodeInformation
public static final int KeyNodeInformation- See Also:
-
KeyFullInformation
public static final int KeyFullInformation- See Also:
-
KeyNameInformation
public static final int KeyNameInformation- See Also:
-
KeyCachedInformation
public static final int KeyCachedInformation- See Also:
-
KeyVirtualizationInformation
public static final int KeyVirtualizationInformation- See Also:
-
-
Constructor Details
-
KEY_INFORMATION_CLASS
public KEY_INFORMATION_CLASS()
-