callmsgfilter (user32)
Last changed: -67.128.30.210

.
Summary

C# Signature:

[DllImport("user32.dll")]
static extern bool show CallMsgFilter([In] ref MSG lpMsg, int nCode);

VB.NET Signature:

<DllImport("user32.dll")> _
Shared Function Show CallMsgFilter(<[In]> ByRef lpMsg As MSG, nCode As Integer) As Boolean
End Function

User-Defined Types:

MSG

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation