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