Trait windows::Win32::Graphics::Printing::IPrintTicketProvider2_Impl
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§
fn GetPrintDeviceCapabilities( &self, pprintticket: Option<&IXMLDOMDocument2>, ) -> Result<IXMLDOMDocument2>
fn GetPrintDeviceResources( &self, pszlocalename: &PCWSTR, pprintticket: Option<&IXMLDOMDocument2>, ) -> Result<IXMLDOMDocument2>
Object Safety§
This trait is not object safe.