Type Alias MSGBOXPARAMS

Source
pub type MSGBOXPARAMS = MSGBOXPARAMSA;

Aliased Type§

struct MSGBOXPARAMS {
    pub cbSize: u32,
    pub hwndOwner: *mut HWND__,
    pub hInstance: *mut HINSTANCE__,
    pub lpszText: *const i8,
    pub lpszCaption: *const i8,
    pub dwStyle: u32,
    pub lpszIcon: *const i8,
    pub dwContextHelpId: u64,
    pub lpfnMsgBoxCallback: Option<unsafe extern "C" fn(_: *mut tagHELPINFO)>,
    pub dwLanguageId: u32,
}

Fields§

§cbSize: u32§hwndOwner: *mut HWND__§hInstance: *mut HINSTANCE__§lpszText: *const i8§lpszCaption: *const i8§dwStyle: u32§lpszIcon: *const i8§dwContextHelpId: u64§lpfnMsgBoxCallback: Option<unsafe extern "C" fn(_: *mut tagHELPINFO)>§dwLanguageId: u32