#[repr(C)]
pub struct PRINTDLGA {
Show 19 fields pub lStructSize: u32, pub hwndOwner: HWND, pub hDevMode: isize, pub hDevNames: isize, pub hDC: HDC, pub Flags: PRINTDLGEX_FLAGS, pub nFromPage: u16, pub nToPage: u16, pub nMinPage: u16, pub nMaxPage: u16, pub nCopies: u16, pub hInstance: HINSTANCE, pub lCustData: LPARAM, pub lpfnPrintHook: LPPRINTHOOKPROC, pub lpfnSetupHook: LPSETUPHOOKPROC, pub lpPrintTemplateName: PCSTR, pub lpSetupTemplateName: PCSTR, pub hPrintTemplate: isize, pub hSetupTemplate: isize,
}
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§nFromPage: u16§nToPage: u16§nMinPage: u16§nMaxPage: u16§nCopies: u16§hInstance: HINSTANCE§lCustData: LPARAM§lpfnPrintHook: LPPRINTHOOKPROC§lpfnSetupHook: LPSETUPHOOKPROC§lpPrintTemplateName: PCSTR§lpSetupTemplateName: PCSTR§hPrintTemplate: isize§hSetupTemplate: isize

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.