Пример #1
0
 public static extern bool TranslateMessage(
     [In] ref WinUserMessage lpMsg
     );
Пример #2
0
 public static extern IntPtr DispatchMessage(
     [In] ref WinUserMessage lpmsg
     );
Пример #3
0
 public static extern int GetMessage(
     out WinUserMessage lpMsg,
     IntPtr hWnd,
     uint wMsgFilterMin,
     uint wMsgFilterMax
     );