pub unsafe 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.
ยงSafety
text must point to a valid 16 bit, null terminated string.