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: u32pTitle: PWSTRpMessage: PWSTRStyle: u32dwTimeout: u32bWait: BOOL