The C structure
typedef struct {
HWND hwnd;
UINT message;
WPARAM wParam;
LPARAM lParam;
DWORD time;
POINT pt;
} MSG, *PMSG;
This software is released under the LGPL.
Constructor Summary |
MSG()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MSG
public MSG()
throws NativeException
- Throws:
NativeException
getPointer
public Pointer getPointer()
- Method getPointer
- Specified by:
getPointer
in interface BasicData<Pointer>
- Returns:
- a Pointer
createPointer
public Pointer createPointer()
throws NativeException
- Method createPointer
- Specified by:
createPointer
in interface BasicData<Pointer>
- Returns:
- a MemoryBlock
- Throws:
NativeException
getValueFromPointer
public Pointer getValueFromPointer()
- Method getValueFromPointer
- Specified by:
getValueFromPointer
in interface BasicData<Pointer>
- Returns:
- a T
getValue
public Pointer getValue()
- Method getValue
- Specified by:
getValue
in interface BasicData<Pointer>
- Returns:
- a T
getSizeOf
public int getSizeOf()
- Method getSizeOf
- Specified by:
getSizeOf
in interface BasicData<Pointer>
- Returns:
- the size of this data
sizeOf
public static int sizeOf()
getMessage
public UINT getMessage()
throws NativeException
- Method getMessage()
- Returns:
- returns the message identifier
- Throws:
NativeException