Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
HDAudio codec transfer complete callback function. PHDAUDIO_TRANSFER_COMPLETE_CALLBACK is used by the PTRANSFER_CODEC_VERBS callback function.
Syntax
PHDAUDIO_TRANSFER_COMPLETE_CALLBACK PhdaudioTransferCompleteCallback;
void PhdaudioTransferCompleteCallback(
HDAUDIO_CODEC_TRANSFER *unnamedParam1,
PVOID unnamedParam2
)
{...}
Parameters
unnamedParam1
Context - This is the same context value that was specified previously in the PTRANSFER_CODEC_VERBS routine's callbackContext parameter.
unnamedParam2
pHDAudioCodecTransfer - A pointer to the codecTransfer array element that contains the codec command and the response that triggered the callback.
Return value
None
Remarks
For more information, see PTRANSFER_CODEC_VERBS.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | hdaudio.h |
IRQL | PASSIVE_LEVEL |