MessageBoxQuestionYesNoCancel displays a message box.
Return Value
ssRet is “YES”, “NO” or “CANCEL”.
Parameters
ssDefault is “YES”, “NO” or “CANCEL”.
ssMessage is a scalar string containing the message text.The text can contain format sequences and newline characters "\n". See printf for a format description.
Example
MessageBoxQuestionYesNoCancel("Can't read file '%s', abort?", "d:\test.xls");
See also
Overview Dialogboxes, DialogBox, MessageBoxError, MessageBoxWarning, MessageBoxInfo, MessageBoxQuestionYesNo, printf, MessageBox
id-1363790