Klasse Wdm.KEY_INFORMATION_CLASS

java.lang.Object
com.sun.jna.platform.win32.Wdm.KEY_INFORMATION_CLASS
Umschließende Schnittstelle:
Wdm

public abstract static class Wdm.KEY_INFORMATION_CLASS extends Object
The KEY_INFORMATION_CLASS enumeration type represents the type of information to supply about a registry key.
  • Felddetails

    • KeyBasicInformation

      public static final int KeyBasicInformation
      Siehe auch:
    • KeyNodeInformation

      public static final int KeyNodeInformation
      Siehe auch:
    • KeyFullInformation

      public static final int KeyFullInformation
      Siehe auch:
    • KeyNameInformation

      public static final int KeyNameInformation
      Siehe auch:
    • KeyCachedInformation

      public static final int KeyCachedInformation
      Siehe auch:
    • KeyVirtualizationInformation

      public static final int KeyVirtualizationInformation
      Siehe auch:
  • Konstruktordetails

    • KEY_INFORMATION_CLASS

      public KEY_INFORMATION_CLASS()