Skip navigation links
JNA API 5.3.1
com.sun.jna.platform.win32

Class NtDllUtil



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

      Constructors 
      Constructor and Description
      NtDllUtil() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.lang.String getKeyName(WinReg.HKEY hkey)
      Retrieve the name of an opened registry key.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NtDllUtil

        public NtDllUtil()
    • Method Detail

      • getKeyName

        public static java.lang.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.
JNA API 5.3.1

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.