 |
mixerGetControlDetails ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Retrieves details about a single control associated with an audio line. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
MMRESULT mixerGetControlDetails(
HMIXEROBJ hmxobj,
LPMIXERCONTROLDETAILS pmxcd,
DWORD fdwDetails
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER mixerGetControlDetails IN winmm;
INTEGER hmxobj,;
STRING @ pmxcd,;
INTEGER fdwDetails
|
 |
 |
 |
| Parameters: |
 |
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.
|
 |
 |
| Return value: |
 |
| Returns MMSYSERR_NOERROR (0) if successful or an error otherwise. |
 |
 |
| My comment: |
 |
All members of the MIXERCONTROLDETAILS structure must be initialized before calling this function.
See also: mixerSetControlDetails. |
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2005-01-20 18:43:17 | | Modified: | 2005-01-20 18:45:30 | Visited in last 7 days: 11 |