Exemplo n.º 1
0
 private static extern bool PeekMessage(
     out MSG lpMsg,
     int hWnd,
     int wMsgFilterMin,
     int wMsgFilterMax,
     EPeekMessageOption wRemoveMsg
     );
Exemplo n.º 2
0
 public static extern bool PeekMessage(
     out MSG lpMsg,
     int hWnd,
     int wMsgFilterMin,
     int wMsgFilterMax,
     EPeekMessageOption wRemoveMsg);