 |
mixerGetDevCaps ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The mixerGetDevCaps function queries a specified mixer device to determine its capabilities. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
MMRESULT mixerGetDevCaps(
UINT_PTR uMxId,
LPMIXERCAPS pmxcaps,
UINT cbmxcaps
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER mixerGetDevCaps IN winmm;
INTEGER uMxId,;
STRING @ pmxcaps,;
INTEGER cbmxcaps
|
 |
 |
 |
| Parameters: |
 |
uMxId
Identifier or handle of an open mixer device.
pmxcaps
Pointer to a MIXERCAPS structure that receives information about the capabilities of the device.
cbmxcaps
Size, in bytes, of the MIXERCAPS structure.
|
 |
 |
| Return value: |
 |
| Returns MMSYSERR_NOERROR (0) if successful or an error otherwise. |
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2003-10-09 14:58:24 | | Modified: | 2003-10-09 15:01:44 | Visited in last 7 days: 21 |