The information in this article applies to:
SYMPTOMSOnly the MB_OK, MB_ICONHAND, and MB_TASKMODAL styles are recognized in the wType% parameter. Any additional styles are ignored and the message box will only show the OK button. CAUSEOnly the MB_OK, MB_ICONHAND, and MB_TASKMODIAL constants are defined in SETUPAPI.INC. Although DoMsgBox() can use all the constants described in the Microsoft Windows 3.1 SDK under the MessageBox() function, these constants are not defined in SETUPAPI.INC and hence are ignored in the call to DoMsgBox(). RESOLUTION
Modify SETUPAPI.INC to include definitions of the missing style constants
or pass the numerical value in the wType% parameter rather than the SDK
constant.
Additional query words: MSSetup tool kit
Keywords : kb16bitonly |
Last Reviewed: November 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |