コード例 #1
0
 public static extern bool ReadConsoleInputW(IntPtr hConsoleInput, ref INPUT_RECORD lpBuffer, uint nLength, 
     ref uint lpNumberOfEventsRead);
コード例 #2
0
ファイル: Kernel32_Console.cs プロジェクト: ARLM-Attic/toapi
 public static extern bool ReadConsoleInputW(IntPtr hConsoleInput, ref INPUT_RECORD lpBuffer, uint nLength,
                                             ref uint lpNumberOfEventsRead);