Struct webview2_com_sys::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<MSGBOXCALLBACK>,
pub dwLanguageId: u32,
}Fields
cbSize: u32hwndOwner: HWNDhInstance: HINSTANCElpszText: PWSTRlpszCaption: PWSTRdwStyle: MESSAGEBOX_STYLElpszIcon: PWSTRdwContextHelpId: usizelpfnMsgBoxCallback: Option<MSGBOXCALLBACK>dwLanguageId: u32Trait Implementations
type DefaultType = Self
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
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