Functions | |
MSDialog * | mdlDialog_openStatusBar (WCharCP messageTextP) |
The mdlDialog_openStatusBar function is used to display the specified message string in the status bar of the dialog box that currently has the command focus. More... | |
void | mdlDialog_closeStatusBar () |
The mdlDialog_closeStatusBar function is used to close the status bar of the dialog box that currently has the command focus. More... | |
void mdlDialog_closeStatusBar | ( | ) |
The mdlDialog_closeStatusBar function is used to close the status bar of the dialog box that currently has the command focus.
MSDialog* mdlDialog_openStatusBar | ( | WCharCP | messageTextP | ) |
The mdlDialog_openStatusBar function is used to display the specified message string in the status bar of the dialog box that currently has the command focus.
[in] | messageTextP | the message text to display. |