Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::MSGBOXPARAMSW [−][src]
#[repr(C)]pub struct MSGBOXPARAMSW {
pub cbSize: u32,
pub hwndOwner: HWND,
pub hInstance: HINSTANCE,
pub lpszText: PWSTR,
pub lpszCaption: PWSTR,
pub dwStyle: MESSAGEBOX_STYLE,
pub lpszIcon: PWSTR,
pub dwContextHelpId: usize,
pub lpfnMsgBoxCallback: Option<unsafe extern "system" fn(*mut HELPINFO)>,
pub dwLanguageId: u32,
}Fields
cbSize: u32hwndOwner: HWNDhInstance: HINSTANCElpszText: PWSTRlpszCaption: PWSTRdwStyle: MESSAGEBOX_STYLElpszIcon: PWSTRdwContextHelpId: usizelpfnMsgBoxCallback: Option<unsafe extern "system" fn(*mut HELPINFO)>dwLanguageId: u32Trait Implementations
type DefaultType = MSGBOXPARAMSW
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 MSGBOXPARAMSW
impl !Send for MSGBOXPARAMSW
impl !Sync for MSGBOXPARAMSW
impl Unpin for MSGBOXPARAMSW
impl UnwindSafe for MSGBOXPARAMSW
Blanket Implementations
Mutably borrows from an owned value. Read more