Function faithe::internal::message_box
source · [−]pub fn message_box(
hwnd: Option<HWND>,
text: impl AsRef<str>,
caption: impl AsRef<str>,
style: MESSAGEBOX_STYLE
) -> Result<(), FaitheError>
Expand description
Creates new message box.