IActivateAudioInterfaceCompletionHandler interface
Provides a callback to indicate that activation of a WASAPI interface is complete.
Members
The IActivateAudioInterfaceCompletionHandler interface inherits from the IUnknown interface. IActivateAudioInterfaceCompletionHandler also has these types of members:
Methods
The IActivateAudioInterfaceCompletionHandler interface has these methods.
| Method | Description |
|---|---|
| ActivateCompleted |
Indicates that activation of a WASAPI interface is complete and results are available. |
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
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
IDL |
|
See also