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