Function win_msgbox::show
source · pub fn show<T: Options>(text: impl Into<PCWSTR>) -> Result<T, WIN32_ERROR>Expand description
Shows a message box with a specified text to be displayed.
For more options see MessageBox.
pub fn show<T: Options>(text: impl Into<PCWSTR>) -> Result<T, WIN32_ERROR>Shows a message box with a specified text to be displayed.
For more options see MessageBox.