Quitting windows and signals...

Sergey Okhapkin sos@buggy.prospect.com.ru
Tue Apr 28 04:59:00 GMT 1998


Keet / Foxbird wrote:
>
> Is there any way to get a unix program to respond to quitting windows? Of
> course, writing a windows message handling routine in there could work, 
but
> does it throw up any kind of SIGNAL when windows quits/restarts? If not,
> would it make sense to put one in there (perhaps make it like another 
unix
> equiv.)? Thanks in advance for the help..

Cygwin maps CTRL_C_EVENT and CTRL_BREAK_EVENT into SIGINT, CTRL_CLOSE_EVENT 
and CTRL_SHUTDOWN_EVENT - into SIGHUP, and ignores CTRL_LOGOFF_EVENT. This 
works fine on NT. W95 have a bug - it doesn't raises 
CTRL_CLOSE/SHUTDOWN/LOGOF events.

--
Sergey Okhapkin, http://www.lexa.ru/sos
Moscow, Russia


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list