Group: Windows Multimedia - Library: winmm
MMRESULT mixerGetControlDetails(
HMIXEROBJ hmxobj,
LPMIXERCONTROLDETAILS pmxcd,
DWORD fdwDetails
); DECLARE INTEGER mixerGetControlDetails IN winmm;
INTEGER hmxobj,;
STRING @ pmxcd,;
INTEGER fdwDetails
hmxobj Handle to the mixer device object being queried.
pmxcd Pointer to a MIXERCONTROLDETAILS structure, which is filled with state information about the control.
fdwDetails Flags for retrieving control details.
Returns MMSYSERR_NOERROR (0) if successful or an error otherwise.
All members of the MIXERCONTROLDETAILS structure must be initialized before calling this function.
See also: mixerSetControlDetails.
Home