Example #1
0
 internal static extern bool TranslateMessage(ref MSG lpMsg);
Example #2
0
 internal static extern IntPtr DispatchMessage(ref MSG msg);
Example #3
0
 internal static extern int GetMessage(ref MSG msg, IntPtr windowHandle, int messageFilterMin, int messageFilterMax);