コード例 #1
0
ファイル: Methods.cs プロジェクト: shijiaxing/Win32Interop
 public static extern bool PeekConsoleInput(IntPtr hConsoleInput, ref INPUT_RECORD lpBuffer, uint nLength, ref uint lpNumberOfEventsRead);
コード例 #2
0
ファイル: Methods.cs プロジェクト: shijiaxing/Win32Interop
 public static extern bool WriteConsoleInput(IntPtr hConsoleInput, ref INPUT_RECORD lpBuffer, uint nLength, ref uint lpNumberOfEventsWritten);