[][src]Function thorium::message_box

pub fn message_box(
    owner: HWND,
    text: Vec<u16>,
    opt_title: Option<Vec<u16>>,
    box_type: MessageBoxType
) -> Result<MessageBoxReturn, DWORD>

Opens a message box.

Panics

If you enable MB_SERVICE_NOTIFICATION and a non-null owning window is given this will panic.