Struct windows::Win32::Graphics::Printing::IPrintCoreHelper_Vtbl
#[repr(C)]pub struct IPrintCoreHelper_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetOption: unsafe extern "system" fn(_: *mut c_void, _: *const DEVMODEA, _: u32, _: PCSTR, _: *mut PCSTR) -> HRESULT,
pub SetOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut DEVMODEA, _: u32, _: BOOL, _: *const PRINT_FEATURE_OPTION, _: u32, _: *mut u32, _: *mut u32) -> HRESULT,
pub EnumConstrainedOptions: unsafe extern "system" fn(_: *mut c_void, _: *const DEVMODEA, _: u32, _: PCSTR, _: *const *const *const PCSTR, _: *mut u32) -> HRESULT,
pub WhyConstrained: unsafe extern "system" fn(_: *mut c_void, _: *const DEVMODEA, _: u32, _: PCSTR, _: PCSTR, _: *mut *mut PRINT_FEATURE_OPTION, _: *mut u32) -> HRESULT,
pub EnumFeatures: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut *mut PCSTR, _: *mut u32) -> HRESULT,
pub EnumOptions: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: *mut *mut *mut PCSTR, _: *mut u32) -> HRESULT,
pub GetFontSubstitution: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const PCWSTR) -> HRESULT,
pub SetFontSubstitution: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT,
pub CreateInstanceOfMSXMLObject: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut c_void, _: u32, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetOption: unsafe extern "system" fn(_: *mut c_void, _: *const DEVMODEA, _: u32, _: PCSTR, _: *mut PCSTR) -> HRESULT
§SetOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut DEVMODEA, _: u32, _: BOOL, _: *const PRINT_FEATURE_OPTION, _: u32, _: *mut u32, _: *mut u32) -> HRESULT
§EnumConstrainedOptions: unsafe extern "system" fn(_: *mut c_void, _: *const DEVMODEA, _: u32, _: PCSTR, _: *const *const *const PCSTR, _: *mut u32) -> HRESULT
§WhyConstrained: unsafe extern "system" fn(_: *mut c_void, _: *const DEVMODEA, _: u32, _: PCSTR, _: PCSTR, _: *mut *mut PRINT_FEATURE_OPTION, _: *mut u32) -> HRESULT
§EnumFeatures: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut *mut PCSTR, _: *mut u32) -> HRESULT
§EnumOptions: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: *mut *mut *mut PCSTR, _: *mut u32) -> HRESULT
§GetFontSubstitution: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const PCWSTR) -> HRESULT
§SetFontSubstitution: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT
§CreateInstanceOfMSXMLObject: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut c_void, _: u32, _: *const GUID, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IPrintCoreHelper_Vtbl
impl IPrintCoreHelper_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IPrintCoreHelper_Vtblwhere
Identity: IPrintCoreHelper_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPrintCoreHelper_Vtbl
impl RefUnwindSafe for IPrintCoreHelper_Vtbl
impl Send for IPrintCoreHelper_Vtbl
impl Sync for IPrintCoreHelper_Vtbl
impl Unpin for IPrintCoreHelper_Vtbl
impl UnwindSafe for IPrintCoreHelper_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