The information in this article applies to:
SYMPTOMSCalling the MAPIInitialize() function from a console application can block windows messages to other Windows applications. CAUSEThe console application has not provided a message loop to allow the Windows Operating System to address the requests of other Windows applications. RESOLUTION
Write the code as a Windows application or alternately try using the
PeekMessage loop API call.
Q74042 How to Use PeekMessage() Correctly in Windows STATUSThis behavior is by design. MORE INFORMATIONCode sample that demonstrates issue follows:
Additional query words:
Keywords : kbcode kbMsg kbMAPI100 |
Last Reviewed: November 9, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |