Struct winapi::um::winuser::MSGBOXPARAMSW
source · #[repr(C)]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§
source§impl Clone for MSGBOXPARAMSW
impl Clone for MSGBOXPARAMSW
source§fn clone(&self) -> MSGBOXPARAMSW
fn clone(&self) -> MSGBOXPARAMSW
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 MSGBOXPARAMSW
impl Default for MSGBOXPARAMSW
source§fn default() -> MSGBOXPARAMSW
fn default() -> MSGBOXPARAMSW
Returns the “default value” for a type. Read more