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 | |
hwndOwner | |
hInstance | |
lpszText | |
lpszCaption | |
dwStyle | |
lpszIcon | |
dwContextHelpId | |
lpfnMsgBoxCallback | |
dwLanguageId |
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