 |
midiOutGetDevCaps ..msdn Add comment W32 Constants Translate this page |
 |
 |
Queries a specified MIDI output device to determine its capabilities.
|
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
MMRESULT midiOutGetDevCaps(
UINT_PTR uDeviceID,
LPMIDIOUTCAPS lpMidiOutCaps,
UINT cbMidiOutCaps
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER midiOutGetDevCaps IN Winmm;
INTEGER uDeviceID,;
STRING @lpMidiOutCaps,;
INTEGER cbMidiOutCaps
|
 |
 |
 |
| Parameters: |
 |
uDeviceID
Identifier of the MIDI output device. The device identifier specified by this parameter varies from zero to one less than the number of devices present. The MIDI_MAPPER constant is also a valid device identifier.
lpMidiOutCaps
Pointer to a MIDIOUTCAPS structure.
cbMidiOutCaps
Size, in bytes, of the MIDIOUTCAPS structure.
|
 |
 |
| Return value: |
 |
| Returns MMSYSERR_NOERROR (0) if successful or an error otherwise. |
 |
 |
| Word Index links for the midiOutGetDevCaps : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2006-03-02 09:07:11 | | Modified: | 2006-03-02 09:09:08 | Visited in last 7 days: 18 |