Function TRAP::Utils::Dialogs::ShowMsgBox(const std::string&, const std::string&)# Function Documentation# Selection TRAP::Utils::Dialogs::ShowMsgBox(const std::string &title, const std::string &message)# Convenience function to call ShowMsgBox() with default style and button. Parameters: title – Title for the message box. message – Message for the message box. Returns: Selection made by the user.