MIXEROPENDESC (Windows CE 5.0)

Send Feedback

This structure contains information needed by the audio mixer driver.

typedef struct tMIXEROPENDESC {  HMIXER  hmx;  LPVOID  pReserved0;  DWORD dwCallback;  DWORD dwInstance;} MIXEROPENDESC, *PMIXEROPENDESC;

Members

  • hmx
    Handle to the device.
  • pReserved0
    Reserved. The driver should ignore this.
  • dwCallback
    Address of the callback function.
  • dwInstance
    The application's private instance information.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Mmddk.h.

See Also

Audio Mixer Messages

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.