#[repr(C)]
pub struct PRINTDLGEXA {
Show 21 fields pub lStructSize: u32, pub hwndOwner: HWND, pub hDevMode: isize, pub hDevNames: isize, pub hDC: HDC, pub Flags: PRINTDLGEX_FLAGS, pub Flags2: u32, pub ExclusionFlags: u32, pub nPageRanges: u32, pub nMaxPageRanges: u32, pub lpPageRanges: *mut PRINTPAGERANGE, pub nMinPage: u32, pub nMaxPage: u32, pub nCopies: u32, pub hInstance: HINSTANCE, pub lpPrintTemplateName: PCSTR, pub lpCallback: IUnknown, pub nPropertyPages: u32, pub lphPropertyPages: *mut HPROPSHEETPAGE, pub nStartPage: u32, pub dwResultAction: u32,
}
Expand description

Required features: "Win32_UI_Controls_Dialogs", "Win32_Foundation", "Win32_Graphics_Gdi"

Fields§

§lStructSize: u32§hwndOwner: HWND§hDevMode: isize§hDevNames: isize§hDC: HDC§Flags: PRINTDLGEX_FLAGS§Flags2: u32§ExclusionFlags: u32§nPageRanges: u32§nMaxPageRanges: u32§lpPageRanges: *mut PRINTPAGERANGE§nMinPage: u32§nMaxPage: u32§nCopies: u32§hInstance: HINSTANCE§lpPrintTemplateName: PCSTR§lpCallback: IUnknown§nPropertyPages: u32§lphPropertyPages: *mut HPROPSHEETPAGE§nStartPage: u32§dwResultAction: u32

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.