MIXEROPENDESC (Windows CE 5.0)
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
Send Feedback on this topic to the authors