コード例 #1
0
ファイル: NativeMethods.cs プロジェクト: Koneke/DeepMagic
		internal static extern bool SetConsoleHistoryInfo(
			ConsoleHistoryInfo consoleHistoryInfo);
コード例 #2
0
ファイル: NativeMethods.cs プロジェクト: Koneke/DeepMagic
		internal static extern bool GetConsoleHistoryInfo(
			out ConsoleHistoryInfo consoleHistoryInfo);