Beispiel #1
0
 public static extern bool GetMessageW(
     ref MSG lpMsg,
     HWND hWnd,
     UINT wMsgFilterMin,
     UINT wMsgFilterMax
     );
Beispiel #2
0
 public static extern BOOL TranslateMessage(ref MSG lpMsg);
Beispiel #3
0
 public static extern LRESULT DispatchMessage(ref MSG lpMsg);