Share via


PDD_AudioMessage (Compact 2013)

3/26/2014

This function sends messages from user applications to the audio driver's PDD layer.

Syntax

DWORD PDD_AudioMessage(
  UINT uMsg,
  DWORD dwParam1,
  DWORD dwParam2 
);

Parameters

  • uMsg
    Specifies the message to send.
  • dwParam1
    Specifies parameter 1.
  • dwParam2
    Specifies parameter 2.

Return Value

Dependent on uMsg.

Remarks

Custom functions can be accessed through this function. It is ultimately called in response to the waveOutMessage and waveInMessage functions.

Requirements

Header

waveddsi.h

See Also

Reference

Audio PDD Functions

Other Resources

waveOutMessage
waveInMessage