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