Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
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 |
| Windows Embedded CE | Windows CE .NET 4.0 and later |