Microsoft Deployment Toolkit
Documentation Library int ShowMessageBox(LPCTSTR message, LPCTSTR lpCaption, UINT uType) |
This method displays a message box with the text and caption that you provide. The uType parameter is any value that you can supply to the MessageBox Win32 function.
Related Topics