コード例 #1
0
ファイル: NativeMethods.cs プロジェクト: usausa/Smart-Net-CE
 internal static extern bool TranslateMessage(out MSG lpMsg);
コード例 #2
0
ファイル: NativeMethods.cs プロジェクト: usausa/Smart-Net-CE
 internal static extern bool GetMessage(out MSG lpMsg, IntPtr hWnd, uint wMsgFilterMin, uint wMsgFilterMax);
コード例 #3
0
ファイル: NativeMethods.cs プロジェクト: usausa/Smart-Net-CE
 internal static extern bool PeekMessage(out MSG lpMsg, IntPtr hWnd, uint wMsgFilterMin, uint wMsgFilterMax, uint wRemoveMsg);
コード例 #4
0
ファイル: NativeMethods.cs プロジェクト: usausa/Smart-Net-CE
 internal static extern bool DispatchMessage(ref MSG lpMsg);