Example #1
0
 public static extern bool DispatchMessage(ref APIsStructs.MSG msg);
Example #2
0
 public static extern bool GetMessage(ref APIsStructs.MSG msg, int hWnd, uint wFilterMin, uint wFilterMax);
Example #3
0
 public static extern bool TranslateMessage(ref APIsStructs.MSG msg);
Example #4
0
 public static extern bool PeekMessage(ref APIsStructs.MSG msg, int hWnd, uint wFilterMin, uint wFilterMax, APIsEnums.PeekMessageFlags flags);