Struct windows::Win32::Graphics::Printing::IPrintOemUI_Vtbl
#[repr(C)]pub struct IPrintOemUI_Vtbl {Show 13 fields
pub base__: IPrintOemCommon_Vtbl,
pub PublishDriverInterface: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub CommonUIProp: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const OEMCUIPPARAM) -> HRESULT,
pub DocumentPropertySheets: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPSHEETUI_INFO, _: LPARAM) -> HRESULT,
pub DevicePropertySheets: unsafe extern "system" fn(_: *mut c_void, _: *const PROPSHEETUI_INFO, _: LPARAM) -> HRESULT,
pub DevQueryPrintEx: unsafe extern "system" fn(_: *mut c_void, _: *const OEMUIOBJ, _: *const DEVQUERYPRINT_INFO, _: *const DEVMODEA, _: *const c_void) -> HRESULT,
pub DeviceCapabilitiesA: unsafe extern "system" fn(_: *mut c_void, _: *mut OEMUIOBJ, _: HANDLE, _: PCWSTR, _: u16, _: *mut c_void, _: *const DEVMODEA, _: *const c_void, _: u32, _: *mut u32) -> HRESULT,
pub UpgradePrinter: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u8) -> HRESULT,
pub PrinterEvent: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32, _: u32, _: LPARAM) -> HRESULT,
pub DriverEvent: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *const u8, _: LPARAM) -> HRESULT,
pub QueryColorProfile: unsafe extern "system" fn(_: *mut c_void, _: HANDLE, _: *const OEMUIOBJ, _: *const DEVMODEA, _: *const c_void, _: u32, _: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT,
pub FontInstallerDlgProc: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: u32, _: WPARAM, _: LPARAM) -> HRESULT,
pub UpdateExternalFonts: unsafe extern "system" fn(_: *mut c_void, _: HANDLE, _: HANDLE, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IPrintOemCommon_Vtbl
§PublishDriverInterface: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§CommonUIProp: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const OEMCUIPPARAM) -> HRESULT
§DocumentPropertySheets: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPSHEETUI_INFO, _: LPARAM) -> HRESULT
§DevicePropertySheets: unsafe extern "system" fn(_: *mut c_void, _: *const PROPSHEETUI_INFO, _: LPARAM) -> HRESULT
§DevQueryPrintEx: unsafe extern "system" fn(_: *mut c_void, _: *const OEMUIOBJ, _: *const DEVQUERYPRINT_INFO, _: *const DEVMODEA, _: *const c_void) -> HRESULT
§DeviceCapabilitiesA: unsafe extern "system" fn(_: *mut c_void, _: *mut OEMUIOBJ, _: HANDLE, _: PCWSTR, _: u16, _: *mut c_void, _: *const DEVMODEA, _: *const c_void, _: u32, _: *mut u32) -> HRESULT
§UpgradePrinter: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u8) -> HRESULT
§PrinterEvent: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32, _: u32, _: LPARAM) -> HRESULT
§DriverEvent: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *const u8, _: LPARAM) -> HRESULT
§QueryColorProfile: unsafe extern "system" fn(_: *mut c_void, _: HANDLE, _: *const OEMUIOBJ, _: *const DEVMODEA, _: *const c_void, _: u32, _: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT
§FontInstallerDlgProc: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: u32, _: WPARAM, _: LPARAM) -> HRESULT
§UpdateExternalFonts: unsafe extern "system" fn(_: *mut c_void, _: HANDLE, _: HANDLE, _: PCWSTR) -> HRESULT
Implementations§
§impl IPrintOemUI_Vtbl
impl IPrintOemUI_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IPrintOemUI_Vtblwhere
Identity: IPrintOemUI_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPrintOemUI_Vtbl
impl RefUnwindSafe for IPrintOemUI_Vtbl
impl Send for IPrintOemUI_Vtbl
impl Sync for IPrintOemUI_Vtbl
impl Unpin for IPrintOemUI_Vtbl
impl UnwindSafe for IPrintOemUI_Vtbl
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more