pub trait IActivateAudioInterfaceAsyncOperation_Impl: Sized {
    // Required method
    fn GetActivateResult(
        &self,
        activateresult: *mut HRESULT,
        activatedinterface: *mut Option<IUnknown>
    ) -> Result<()>;
}

Required Methods§

fn GetActivateResult( &self, activateresult: *mut HRESULT, activatedinterface: *mut Option<IUnknown> ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§