Пример #1
0
 public static extern bool GenerateConsoleCtrlEvent(CTRL_EVENT dwCtrlEvent, UInt32 dwProcessGroupId);
Пример #2
0
 public static extern bool GenerateConsoleCtrlEvent(CTRL_EVENT dwCtrlEvent, UInt32 dwProcessGroupId);
Пример #3
0
 public static bool Stop(CTRL_EVENT reason)
 {
     s_shutdownWatcher = true;
     return(true);
 }