Group: Windows Multimedia - Library: winmm
MMRESULT mixerGetLineInfo(
HMIXEROBJ hmxobj,
LPMIXERLINE pmxl,
DWORD fdwInfo
);
DECLARE INTEGER mixerGetLineInfo IN winmm;
INTEGER hmxobj,;
STRING @ pmxl,;
INTEGER fdwInfo
hmxobj Handle to the mixer device object that controls the specific audio line.
pmxl Pointer to a MIXERLINE structure.
fdwInfo Flags for retrieving information about an audio line.
Returns MMSYSERR_NOERROR if successful or an error otherwise.