Package com.sun.jna.platform.win32
Class WinDef.HMENU
- java.lang.Object
-
- com.sun.jna.PointerType
-
- com.sun.jna.platform.win32.WinNT.HANDLE
-
- com.sun.jna.platform.win32.WinDef.HMENU
-
- All Implemented Interfaces:
NativeMapped
- Enclosing interface:
- WinDef
public static class WinDef.HMENU extends WinNT.HANDLE
Handle to a cursor.
-
-
Method Summary
-
Methods inherited from class com.sun.jna.platform.win32.WinNT.HANDLE
fromNative, setPointer, toString
-
Methods inherited from class com.sun.jna.PointerType
equals, getPointer, hashCode, nativeType, toNative
-
-
-
-
Constructor Detail
-
HMENU
public HMENU()
Instantiates a new hmenu.
-
HMENU
public HMENU(Pointer p)
Instantiates a new hmenu.- Parameters:
p
- the p
-
-