Package com.sun.jna.platform.win32
Class NtDllUtil
- java.lang.Object
- 
- com.sun.jna.platform.win32.NtDllUtil
 
- 
 public abstract class NtDllUtil extends java.lang.ObjectNtDll Utility API.- Author:
- dblock[at]dblock.org
 
- 
- 
Constructor SummaryConstructors Constructor Description NtDllUtil()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetKeyName(WinReg.HKEY hkey)Retrieve the name of an opened registry key.
 
- 
- 
- 
Method Detail- 
getKeyNamepublic 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.
 
 
- 
 
-