Trait windows::Win32::Media::KernelStreaming::IKsPinFactory_Impl
pub trait IKsPinFactory_Impl: Sized {
// Required method
fn KsPinFactory(&self) -> Result<u32>;
}
Required Methods§
fn KsPinFactory(&self) -> Result<u32>
Object Safety§
This trait is not object safe.