Package com.sun.jna.platform.win32
Klasse NtDllUtil
java.lang.Object
com.sun.jna.platform.win32.NtDllUtil
NtDll Utility API.
- Autor:
- dblock[at]dblock.org
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic String
getKeyName
(WinReg.HKEY hkey) Retrieve the name of an opened registry key.
-
Konstruktordetails
-
NtDllUtil
public NtDllUtil()
-
-
Methodendetails
-
getKeyName
Retrieve the name of an opened registry key.- Parameter:
hkey
- Opened registry key.- Gibt zurück:
- Basic key name, not including node information.
-