Function win_msgbox::show
source · pub fn show<T: Options>(text: impl Into<PCWSTR>) -> Result<T>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>Shows a message box with a specified text to be displayed.
For more options see MessageBox.