The KSPROPERTY_SYNTH_CAPS property is used by the system to determine the capabilities of a synthesizer.
| Get | Set | Target | Property Descriptor Type | Property Value Type |
|---|---|---|---|---|
| Yes | No | Pin | KSNODEPROPERTY | SYNTHCAPS |
The property value (operation data) is a structure of type SYNTHCAPS and specifies the synthesizer's capabilities. These capabilities include:
A KSPROPERTY_SYNTH_CAPS property request returns STATUS_SUCCESS to indicate that it has completed successfully. Otherwise, the request returns an appropriate error status code.
Declared in dmusprop.h. Include dmusprop.h.
For more information on synthesizer capabilities, see the IDirectMusicPort::GetCaps method and the DMUS_PORTCAPS structure in the Platform SDK documentation.