pub trait IWMInputMediaProps_Impl: Sized + IWMMediaProps_Impl {
    // Required methods
    fn GetConnectionName(
        &self,
        pwszname: PWSTR,
        pcchname: *mut u16
    ) -> Result<()>;
    fn GetGroupName(&self, pwszname: PWSTR, pcchname: *mut u16) -> Result<()>;
}

Required Methods§

fn GetConnectionName(&self, pwszname: PWSTR, pcchname: *mut u16) -> Result<()>

fn GetGroupName(&self, pwszname: PWSTR, pcchname: *mut u16) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§