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: UINT hwndOwner: HWND hInstance: HINSTANCE lpszText: LPCWSTR lpszCaption: LPCWSTR dwStyle: DWORD lpszIcon: LPCWSTR dwContextHelpId: DWORD_PTR lpfnMsgBoxCallback: MSGBOXCALLBACK dwLanguageId: DWORD

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