public class CallWndProcEvent extends HookEventObject
Hook.Descriptor.CALLWNDPROC
hook.Modifier and Type | Field and Description |
---|---|
protected long |
_LParam
Specifies additional information about the message.
|
protected long |
_message
Specifies the message.
|
protected boolean |
_sentByCurrentThread
Specifies whether the message was sent by the current thread.
|
protected Wnd |
_wnd
Handle to the window to receive the message.
|
protected long |
_WParam
Specifies additional information about the message.
|
Constructor and Description |
---|
CallWndProcEvent(java.lang.Object source,
long LParam,
long WParam,
long message,
Wnd wnd,
boolean sentByCurrentThread) |
Modifier and Type | Method and Description |
---|---|
long |
getLParam() |
long |
getMessage() |
Wnd |
getWnd() |
long |
getWParam() |
boolean |
isSentByCurrentThread() |
protected long _LParam
protected long _WParam
protected long _message
protected Wnd _wnd
protected boolean _sentByCurrentThread
public CallWndProcEvent(java.lang.Object source, long LParam, long WParam, long message, Wnd wnd, boolean sentByCurrentThread)
public long getLParam()
public long getWParam()
public long getMessage()
public Wnd getWnd()
public boolean isSentByCurrentThread()