The information in this article applies to:
SYMPTOMSWhen an application running under Windows 95 calls BroadcastSystemMessage, the application fails with the following error:
CAUSEThe WINUSER.H header file contains the following code:
The error occurs under Windows 95 because BroadcastSystemMessageA is not
exported by USER32.DLL. The same code works as expected under Windows 98
and Windows NT since both BroadcastSystemMessage and
BroadcastSystemMessageA are exported by USER32.DLL.
RESOLUTIONUse the following code to call BroadcastSystemMessage instead of BroadcastSystemMessageA:
STATUSThis problem is fixed in Windows 98 and Windows NT 4.0 and later by exporting both BroadcastSystemMessage and BroadcastSystemMessageA from USER32.DLL. Additional query words: User32.dll
Keywords : kbWinOS2000 kbSDKWin32 kbGrpUser kbWinOS95 kbWndwMsg kbshell |
Last Reviewed: February 1, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |