Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::MSGBOXPARAMSA [−][src]
#[repr(C)]pub struct MSGBOXPARAMSA {
pub cbSize: u32,
pub hwndOwner: HWND,
pub hInstance: HINSTANCE,
pub lpszText: PSTR,
pub lpszCaption: PSTR,
pub dwStyle: MESSAGEBOX_STYLE,
pub lpszIcon: PSTR,
pub dwContextHelpId: usize,
pub lpfnMsgBoxCallback: Option<unsafe extern "system" fn(*mut HELPINFO)>,
pub dwLanguageId: u32,
}Fields
cbSize: u32hwndOwner: HWNDhInstance: HINSTANCElpszText: PSTRlpszCaption: PSTRdwStyle: MESSAGEBOX_STYLElpszIcon: PSTRdwContextHelpId: usizelpfnMsgBoxCallback: Option<unsafe extern "system" fn(*mut HELPINFO)>dwLanguageId: u32Trait Implementations
type DefaultType = MSGBOXPARAMSA
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for MSGBOXPARAMSA
impl !Send for MSGBOXPARAMSA
impl !Sync for MSGBOXPARAMSA
impl Unpin for MSGBOXPARAMSA
impl UnwindSafe for MSGBOXPARAMSA
Blanket Implementations
Mutably borrows from an owned value. Read more