- java.lang.Object
-
- de.ibapl.jnhw.winapi.Winnt.HANDLE
-
- de.ibapl.jnhw.winapi.WinDef.HKEY
-
- de.ibapl.jnhw.winapi.WinDef.RegistryHKEY
-
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- WinDef
public static class WinDef.RegistryHKEY extends WinDef.HKEY implements AutoCloseable
-
-
Field Summary
-
Fields inherited from class de.ibapl.jnhw.winapi.Winnt.HANDLE
INVALID_HANDLE_VALUE, NULL, value
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRegistryHKEY(long value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()static WinDef.RegistryHKEYof(long value)-
Methods inherited from class de.ibapl.jnhw.winapi.Winnt.HANDLE
equals, getHandleValue, getHandleValueOrNULL, hashCode, is_INVALID_HANDLE_VALUE, is_NULL, isNot_INVALID_HANDLE_VALUE, isNot_NULL, toString
-
-
-
-
Method Detail
-
of
public static WinDef.RegistryHKEY of(long value)
-
close
public void close() throws Exception- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-
-