示例#1
0
 public static extern bool SetConsoleCtrlHandler(ConsoleShutdownEventHandler handler, bool add);
示例#2
0
文件: WinAPI.cs 项目: biorpg/RT.Util
 public static extern bool SetConsoleCtrlHandler(ConsoleShutdownEventHandler handler, bool add);