WINDOWS NT kbprg The information in this article applies to:
SUMMARY
Under Windows NT, a process will not be terminated unless the system is
in user-mode. Suppose that TerminateProcess() is called while a device
driver or filesystem code is being executed. The system will wait until
the threads are running user code before marking the process for
termination. On system exit, processes that were the target of a
TerminateProcess() will be killed.
Additional query words: 3.10 3.50
Keywords : kbprg kbKernBase kbWinOS2000 kbThread kbWinOS310 kbDSupport kbWinOS350 kbGrpKernBase |
Last Reviewed: January 11, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |