private static bool SetConsoleCtrlHandler (WindowsCancelHandler handler, bool addHandler)
			{
				throw new System.NotImplementedException();
			}
Example #2
0
			private static extern bool SetConsoleCtrlHandler (WindowsCancelHandler handler, bool addHandler);
Example #3
0
 private static extern bool SetConsoleCtrlHandler(WindowsCancelHandler handler, bool addHandler);