.
C# Signature:
private delegate IntPtr GetMsgProc(int code, IntPtr wParam, IntPtr lParam);
VB Signature:
Declare Function GetMsgProc Lib "user32.dll" (TODO) As TODO
This is wrong. There is no GetMsgProc in user32. GetMsgProc is a callout signature.
User-Defined Types:
None.
Notes:
Identical to HookProc
Tips & Tricks:
Please add some!
Sample Code:
Please add some!
The GetMessagePos API
3/16/2007 8:25:54 AM - nicholasdgoodman@github-65.206.95.146
Represents the method called when a GetMessage or PeekMessage function has retrieved a message from an application message queue.
4/3/2014 2:56:32 AM - -193.234.247.50
Represents the method called when a GetMessage or PeekMessage function has retrieved a message from an application message queue.
4/3/2014 2:56:32 AM - -193.234.247.50
Represents the method called when a hook catches a monitored event.
7/24/2012 1:35:58 PM - -67.168.202.202
