Trait windows::Win32::Media::DirectShow::IAMOpenProgress_Impl
pub trait IAMOpenProgress_Impl: Sized {
// Required methods
fn QueryProgress(
&self,
plltotal: *mut i64,
pllcurrent: *mut i64,
) -> Result<()>;
fn AbortOperation(&self) -> Result<()>;
}
Required Methods§
fn QueryProgress(&self, plltotal: *mut i64, pllcurrent: *mut i64) -> Result<()>
fn AbortOperation(&self) -> Result<()>
Object Safety§
This trait is not object safe.