Struct winapi::winuser::MSGBOXPARAMSA [] [src]

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

Fields

cbSize: UINT hwndOwner: HWND hInstance: HINSTANCE lpszText: LPCSTR lpszCaption: LPCSTR dwStyle: DWORD lpszIcon: LPCSTR dwContextHelpId: DWORD_PTR lpfnMsgBoxCallback: MSGBOXCALLBACK dwLanguageId: DWORD

Trait Implementations

impl Copy for MSGBOXPARAMSA
[src]

impl Clone for MSGBOXPARAMSA
[src]

fn clone(&self) -> MSGBOXPARAMSA

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