Group: Windows Multimedia - Library: winmm
MMRESULT mixerGetLineControls(
HMIXEROBJ hmxobj,
LPMIXERLINECONTROLS pmxlc,
DWORD fdwControls
); DECLARE INTEGER mixerGetLineControls IN winmm;
INTEGER hmxobj,;
STRING @ pmxlc,;
INTEGER fdwControls
hmxobj Handle to the mixer device object that is being queried.
pmxlc Pointer to a MIXERLINECONTROLS structure.
fdwControls Flags for retrieving information about one or more controls associated with an audio line.
Returns MMSYSERR_NOERROR if successful or an error otherwise.
Home