Class NtDllUtil

java.lang.Object
com.sun.jna.platform.win32.NtDllUtil

public abstract class NtDllUtil extends Object
NtDll Utility API.
Author:
dblock[at]dblock.org
  • Constructor Details

    • NtDllUtil

      public NtDllUtil()
  • Method Details

    • getKeyName

      public static String getKeyName(WinReg.HKEY hkey)
      Retrieve the name of an opened registry key.
      Parameters:
      hkey - Opened registry key.
      Returns:
      Basic key name, not including node information.