IActivateAudioInterfaceCompletionHandler Interface

Provides a callback to indicate that activation of a WASAPI interface is complete.

Syntax

interface IActivateAudioInterfaceCompletionHandler : public IUnknown  

Remarks

When to implement: An application implements this interface if it calls the ActivateAudioInterfaceAsync function.

The implementation must be agile (aggregating a free-threaded marshaler).

Requirements

Header: Declared in mmdeviceapi.h.

Library: Use MMDevApi.lib.

See also

IActivateAudioInterfaceCompletionHandler Members