
Replacement in Object TOOLKIT: |

ProUIMessageDialogDisplay | |
( ProUIMessageType type /* (In) The type of the message */ wchar_t* title /* (In) The text to display as the dialog title */ wchar_t* msg_txt /* (In) The message text to be displayed in the dialog Note, to display '&' pass '&&' instead. */ ProUIMessageButton* buttons /* (In) A ProArray of possible button identifiers */ ProUIMessageButton def_button /* (In) The identifier of the default button */ ProUIMessageButton* user_choice /* (Out) The identifier of the button that the user pressed to dismiss the dialog */ ) |

The function successfully loaded and displayed the dialog | |
Bad inputs | |
The function failed |


