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.
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