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