Struct windows_sys::Win32::Graphics::Printing::MESSAGEBOX_PARAMS
#[repr(C)]pub struct MESSAGEBOX_PARAMS {
pub cbSize: u32,
pub pTitle: PWSTR,
pub pMessage: PWSTR,
pub Style: u32,
pub dwTimeout: u32,
pub bWait: BOOL,
}Expand description
Required features: "Win32_Graphics_Printing", "Win32_Foundation"
Fields§
§cbSize: u32§pTitle: PWSTR§pMessage: PWSTR§Style: u32§dwTimeout: u32§bWait: BOOL