Group: Windows Multimedia - Library: winmm
MMRESULT mixerGetDevCaps(
UINT_PTR uMxId,
LPMIXERCAPS pmxcaps,
UINT cbmxcaps
);
DECLARE INTEGER mixerGetDevCaps IN winmm;
INTEGER uMxId,;
STRING @ pmxcaps,;
INTEGER cbmxcaps
uMxId Identifier or handle of an open mixer device.
pmxcaps Pointer to a MIXERCAPS structure that receives information about the capabilities of the device.
cbmxcaps Size, in bytes, of the MIXERCAPS structure.
Returns MMSYSERR_NOERROR (0) if successful or an error otherwise.