pub trait IPrintTicketProvider2_Impl: Sized + IPrintTicketProvider_Impl {
    // Required methods
    fn GetPrintDeviceCapabilities(
        &self,
        pprintticket: Option<&IXMLDOMDocument2>
    ) -> Result<IXMLDOMDocument2>;
    fn GetPrintDeviceResources(
        &self,
        pszlocalename: &PCWSTR,
        pprintticket: Option<&IXMLDOMDocument2>
    ) -> Result<IXMLDOMDocument2>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§