Share via


PDD_AudioMessage (Windows CE 5.0)

Send Feedback

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

DWORDPDD_AudioMessage(UINTuMsg,DWORDdwParam1,DWORDdwParam2);

Parameters

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

Return Values

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

OS Versions: Windows CE 1.0 and later.
Header: Waveddsi.h.

See Also

Audio PDD Functions | waveOutMessage | waveInMessage

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.