The information in this article applies to:
SYMPTOMSA WLL created using the CAPI may cause a general protection (GP) fault while closing Word. CAUSE
This problem can occur if the WLL tries to subclass Word by unloading
the WLL while it is responding to a message.
You cannot unload the WLL or un-subclass Word when the WLL contains the
code that is responding to the message. More precisely, you cannot
terminate the WLL while it is in the middle of responding to the WM_CLOSE
message.
STATUS
This is a design feature of Windows. MORE INFORMATIONWindows sends the WM_CLOSE message to a program when you choose the Close command from the System menu. REFERENCESMicrosoft Windows SDK "Guide to Programming, Part 2" Additional query words: 6.0 gp fault gpf general word6 protection application error capi
Keywords : kbSDKWord kbWord kbGrpDSO kbOffice2000 |
Last Reviewed: June 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |