http://bugs.codeweavers.com/show_bug.cgi?id=575
*** shadow/575 Mon Apr 15 14:09:15 2002 --- shadow/575.tmp.15985 Mon Apr 15 14:09:15 2002 *************** *** 0 **** --- 1,32 ---- + +============================================================================+ + | Implement NFY_EXITTASK events generation for callbacks of NotifyRegister16 | + +----------------------------------------------------------------------------+ + | Bug #: 575 Product: Wine | + | Status: UNCONFIRMED Version: unspecified | + | Resolution: Platform: | + | Severity: normal OS/Version: All | + | Priority: P1 Component: wine-kernel | + +----------------------------------------------------------------------------+ + | Assigned To: wine-bugs@winehq.com | + | Reported By: apa3a@yahoo.com | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | Milestone: TargetMilestone: --- | + | URL: | + +============================================================================+ + | DESCRIPTION | + Using NotifyRegister16 call of ToolHelp dll is a standard approach for 16-bit + applications to get information about startup and termination of other 16-bit + processes. + + This function registers fallback functions for following events: + NFY_UNKNOWN, NFY_LOADSEG, NFY_FREESEG, NFY_STARTDLL, NFY_STARTTASK, + NFY_EXITTASK, NFY_DELMODULE, NFY_RIP, NFY_TASKIN, NFY_TASKOUT, NFY_INCHAR, + NFY_OUTSTRING, NFY_LOGERROR, NFY_LOGPARAMERROR (see toolhelp.h for details) + + Installation of application, found on http://www.formdocs.com/ (sfw42c1.exe) + registers fallback functions with NotifyRegister16 and then obviously waits for + child application to complete. The event is not generated on the child process + termination and the application hangs. + + Andriy Palamarchuk \ No newline at end of file