Trait windows::Win32::Graphics::Printing::IPrinterQueueEvent_Impl
pub trait IPrinterQueueEvent_Impl: Sized + IDispatch_Impl {
// Required method
fn OnBidiResponseReceived(
&self,
bstrresponse: &BSTR,
hrstatus: HRESULT,
) -> Result<()>;
}
Required Methods§
fn OnBidiResponseReceived( &self, bstrresponse: &BSTR, hrstatus: HRESULT, ) -> Result<()>
Object Safety§
This trait is not object safe.