Exemplo n.º 1
0
 public static extern BOOL PeekMessageW(
     ref MSG lpMsg,
     HWND hWnd,
     UINT wMsgFilterMin,
     UINT wMsgFilterMax,
     PM wRemoveMsg
     );
Exemplo n.º 2
0
 public static extern BOOL GetMessageW(
     ref MSG lpMsg,
     HWND hWnd,
     UINT wMsgFilterMin,
     UINT wMsgFilterMax
     );