Package com.sun.jna.platform.win32
Class NtDllUtil
java.lang.Object
com.sun.jna.platform.win32.NtDllUtil
NtDll Utility API.
- Author:
- dblock[at]dblock.org
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getKeyName
(WinReg.HKEY hkey) Retrieve the name of an opened registry key.
-
Constructor Details
-
NtDllUtil
public NtDllUtil()
-
-
Method Details
-
getKeyName
Retrieve the name of an opened registry key.- Parameters:
hkey
- Opened registry key.- Returns:
- Basic key name, not including node information.
-