MIXEROPENDESC (Compact 2013)
3/26/2014
This structure contains information needed by the audio mixer driver.
Syntax
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
Header |
mmddk.h |