Group: Windows Multimedia - Library: winmm
MMRESULT mixerGetID(
HMIXEROBJ hmxobj,
UINT FAR * puMxId,
DWORD fdwId
);
DECLARE INTEGER mixerGetID IN winmm;
INTEGER hmxobj,;
INTEGER @ puMxId,;
INTEGER fdwId
hmxobj Handle to the audio mixer object to map to a mixer device identifier.
puMxId Pointer to a variable that receives the mixer device identifier.
fdwId Flags for mapping the mixer object hmxobj.
Returns MMSYSERR_NOERROR (0) if successful or an error otherwise.