 |
mixerSetControlDetails ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Sets properties of a single control associated with an audio line. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
MMRESULT mixerSetControlDetails(
HMIXEROBJ hmxobj,
LPMIXERCONTROLDETAILS pmxcd,
DWORD fdwDetails
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER mixerSetControlDetails IN winmm;
INTEGER hmxobj,;
STRING @ pmxcd,;
INTEGER fdwDetails
|
 |
 |
 |
| Parameters: |
 |
hmxobj
Handle to the mixer device object for which properties are being set.
pmxcd
Pointer to a MIXERCONTROLDETAILS structure. This structure is used to reference control detail structures that contain the desired state for the control.
fdwDetails
Flags for setting properties for a control.
|
 |
 |
| 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 mixerSetControlDetails.
See also: mixerGetControlDetails. |
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2005-01-20 18:45:53 | | Modified: | 2005-01-20 18:48:49 | Visited in last 7 days: 7 |