Struct winapi::um::winuser::MSGBOXPARAMSA
source · #[repr(C)]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§
source§impl Clone for MSGBOXPARAMSA
impl Clone for MSGBOXPARAMSA
source§fn clone(&self) -> MSGBOXPARAMSA
fn clone(&self) -> MSGBOXPARAMSA
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for MSGBOXPARAMSA
impl Default for MSGBOXPARAMSA
source§fn default() -> MSGBOXPARAMSA
fn default() -> MSGBOXPARAMSA
Returns the “default value” for a type. Read more