The information in this article applies to:
SYMPTOMSWhen using WM_COMMNOTIFY messages in a communications application, these messages may appear to have stopped being posted. CAUSE
When COMM.DRV calls PostMessage(), it does not check the return value. Even
if PostMessage() fails, it appears to COMM.DRV that the message was sent.
docerr and CN_RECEIVE and events and generated RESOLUTIONImplement a polling strategy to determine communications status, in addition to using WM_COMMNOTIFY messages. This could be implemented in the message loop of the application, or by using a timer. STATUSMicrosoft has confirmed this to be a problem in Windows version 3.1. This bug has been corrected in later versions of Microsoft Windows. Additional query words: 3.10 buglist3.10
Keywords : |
Last Reviewed: November 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |