Trait windows::Win32::Devices::Fax::IFaxAccountIncomingQueue_Impl
pub trait IFaxAccountIncomingQueue_Impl: Sized + IDispatch_Impl {
// Required methods
fn GetJobs(&self) -> Result<IFaxIncomingJobs>;
fn GetJob(&self, bstrjobid: &BSTR) -> Result<IFaxIncomingJob>;
}
Required Methods§
fn GetJobs(&self) -> Result<IFaxIncomingJobs>
fn GetJob(&self, bstrjobid: &BSTR) -> Result<IFaxIncomingJob>
Object Safety§
This trait is not object safe.