예제 #1
0
 private static extern bool PeekMessage(
     out MSG lpMsg,
     int hWnd,
     int wMsgFilterMin,
     int wMsgFilterMax,
     EPeekMessageOption wRemoveMsg
     );
예제 #2
0
 public static extern bool PeekMessage(
     out MSG lpMsg,
     int hWnd,
     int wMsgFilterMin,
     int wMsgFilterMax,
     EPeekMessageOption wRemoveMsg);