 |
waveOutGetDevCaps Add comment W32 Constants Translate this page |
 |
 |
|
Retrieves the capabilities of a given waveform-audio output device. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
MMRESULT waveOutGetDevCaps(
UINT_PTR uDeviceID,
LPWAVEOUTCAPS pwoc,
UINT cbwoc
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER waveOutGetDevCaps IN winmm;
INTEGER uDeviceID,;
STRING @ pwoc,;
INTEGER cbwoc
|
 |
 |
 |
| Parameters: |
 |
uDeviceID
Identifier of the waveform-audio output device. It can be either a device identifier or a handle of an open waveform-audio output device.
pwoc
Pointer to a WAVEOUTCAPS structure to be filled with information about the capabilities of the device.
cbwoc
Size, in bytes, of the WAVEOUTCAPS structure. |
 |
 |
| Return value: |
 |
| Returns MMSYSERR_NOERROR (0) if successful or an error otherwise. |
 |
 |
| Word Index links for the waveOutGetDevCaps : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2003-03-11 11:25:13 | | Modified: | 2003-03-11 11:26:43 | Visited in last 7 days: 19 |