GetMsgProc (user32)
Last changed: -193.234.247.50

.
Summary
Represents the method called when a GetMessage or PeekMessage function has retrieved a message from an application message queue.

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!

Documentation
GetMsgProc on MSDN