PHDAUDIO_TRANSFER_COMPLETE_CALLBACK - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// hdaudio.h

PHDAUDIO_TRANSFER_COMPLETE_CALLBACK PhdaudioTransferCompleteCallback;

VOID PhdaudioTransferCompleteCallback(
  HDAUDIO_CODEC_TRANSFER *unnamedParam1,
  PVOID unnamedParam2
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-hdaudio-phdaudio_transfer_complete_callback)

PHDAUDIO_TRANSFER_COMPLETE_CALLBACK callback function

Description

HDAudio codec transfer complete callback function. PHDAUDIO_TRANSFER_COMPLETE_CALLBACK is used by the PTRANSFER_CODEC_VERBS callback function.

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.

Remarks

For more information, see PTRANSFER_CODEC_VERBS.

See also

hdaudio.h