The information in this article applies to:
SYMPTOMSThe Win32CMI DLL that ships with the Word Developer's Kit either fails to work properly, or returns an error value of -9 (WaitForSingleObject timeout). CAUSEThe Win32CMI sample project contains a logic error in the way it handles messages in its hook procedure, LGetMsgProc(). RESOLUTION
Open the Win32Cmi.c file and change the following line in LGetMsgProc():
to:
Then re-compile the Win32CMI project to create a new Win32CMI.DLL. Replace your old Win32CMI.DLL with this one. STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. Additional query words: capi cmiCommandDispatch wdCommandDispatch wll
Keywords : kbSDKWord kbWord kbGrpDSO kbOffice2000 |
Last Reviewed: June 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |