Struct winapi::winuser::MSGBOXPARAMSW [] [src]

pub struct MSGBOXPARAMSW {
    pub cbSize: UINT,
    pub hwndOwner: HWND,
    pub hInstance: HINSTANCE,
    pub lpszText: LPCWSTR,
    pub lpszCaption: LPCWSTR,
    pub dwStyle: DWORD,
    pub lpszIcon: LPCWSTR,
    pub dwContextHelpId: DWORD_PTR,
    pub lpfnMsgBoxCallback: MSGBOXCALLBACK,
    pub dwLanguageId: DWORD,
}

Fields

cbSize
hwndOwner
hInstance
lpszText
lpszCaption
dwStyle
lpszIcon
dwContextHelpId
lpfnMsgBoxCallback
dwLanguageId

Trait Implementations

impl Copy for MSGBOXPARAMSW
[src]

impl Clone for MSGBOXPARAMSW
[src]

fn clone(&self) -> MSGBOXPARAMSW

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more