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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringgetKeyName(WinReg.HKEY hkey) Retrieve the name of an opened registry key.
- 
Constructor Details- 
NtDllUtilpublic NtDllUtil()
 
- 
- 
Method Details- 
getKeyNameRetrieve the name of an opened registry key.- Parameters:
- hkey- Opened registry key.
- Returns:
- Basic key name, not including node information.
 
 
-