예제 #1
0
 public static extern bool GetMessageW(
     ref MSG lpMsg,
     HWND hWnd,
     UINT wMsgFilterMin,
     UINT wMsgFilterMax
     );
예제 #2
0
 public static extern BOOL TranslateMessage(ref MSG lpMsg);
예제 #3
0
 public static extern LRESULT DispatchMessage(ref MSG lpMsg);