 |
MessageBoxIndirect ..msdn Add comment W32 Constants Translate this page |
 |
 |
Creates, displays, and operates a message box. The message box contains application-defined message text and title, any icon, and any combination of predefined push buttons.
|
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
int MessageBoxIndirect(
const LPMSGBOXPARAMS lpMsgBoxParams
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER MessageBoxIndirect IN user32;
STRING @lpMsgBoxParams
|
 |
 |
 |
| Parameters: |
 |
lpMsgBoxParams
[in] Pointer to a MSGBOXPARAMS structure that contains information used to display the message box. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is one of the predefined menu-item values. |
 |
 |
| Word Index links for the MessageBoxIndirect : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2005-11-21 17:43:12 | | Modified: | 2005-11-21 17:45:05 | Visited in last 7 days: 19 |