The information in this article applies to:
SUMMARYThe TAPI.dll in a 16-bit TAPI application is a thunking layer to the TAPI32.dll. If a 16-bit TAPI application running in a shared virtual DOS machine (VDM) crashes, the TAPI32.dll is not unloaded until the VDM is unloaded. This may cause some unexpected behavior when another TAPI application is run in the same VDM after the crash. MORE INFORMATION
16-bit processes run as threads within the WOW (Windows-on-Windows) VDM
process context. WOW keeps track of each 16-bit DLL loaded by 16-bit
applications. If an application crashes, WOW decrements the usage count and
unloads the DLL if necessary.
Additional query words: kbDSupport kbdss kbKernBase kbNoKeyword
Keywords : kbAPI kbKernBase kbNTOS400 kbWinOS2000 kbTAPI kbDSupport kbGrpKernBase |
Last Reviewed: January 10, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |