Trait windows::Win32::Devices::Tapi::ITMediaSupport_Impl
pub trait ITMediaSupport_Impl: Sized + IDispatch_Impl {
// Required methods
fn MediaTypes(&self) -> Result<i32>;
fn QueryMediaType(&self, lmediatype: i32) -> Result<VARIANT_BOOL>;
}
Required Methods§
fn MediaTypes(&self) -> Result<i32>
fn QueryMediaType(&self, lmediatype: i32) -> Result<VARIANT_BOOL>
Object Safety§
This trait is not object safe.