Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 937 Bytes

mixerGetID.md

File metadata and controls

50 lines (34 loc) · 937 Bytes

Home

Function name : mixerGetID

Group: Windows Multimedia - Library: winmm


Retrieves the device identifier for a mixer device associated with a specified device handle.


Declaration:

MMRESULT mixerGetID(
	HMIXEROBJ  hmxobj,
	UINT FAR * puMxId,
	DWORD      fdwId
);  

FoxPro declaration:

DECLARE INTEGER mixerGetID IN winmm;
	INTEGER   hmxobj,;
	INTEGER @ puMxId,;
	INTEGER   fdwId
  

Parameters:

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.


Return value:

Returns MMSYSERR_NOERROR (0) if successful or an error otherwise.