Esempio n. 1
0
 private static extern bool TranslateMessage(ref EventLoop.MSG lpMsg);
Esempio n. 2
0
 private static extern IntPtr DispatchMessage(ref EventLoop.MSG lpMsg);
Esempio n. 3
0
 private static extern bool PeekMessage(out EventLoop.MSG lpMsg, IntPtr hwnd, uint wMsgFilterMin, uint wMsgFilterMax, uint wRemoveMsg);