The IKsPropertySet::QuerySupport method determines whether a property set is supported by the object.
HRESULT QuerySupport(
REFGUID PropertySetId,
ULONG PropertyId,
PULONG pSupport
);
KSPROPERTY_SUPPORT_GET | |
The driver sets this flag to indicate that the property can be read by using the IKsPropertySet::Get method. | |
KSPROPERTY_SUPPORT_SET | |
The driver sets this flag to indicate that the property can be changed by using the IKsPropertySet::Set method. |
Returns E_NOTIMPL for property sets that are not supported. Other return values are determined by the designer of the property set.
Windows NT: Use version 5.0 or later.
Windows: Use Windows 95 or later. Available as a redistributable for Windows 95.
Windows CE: Unsupported.
Header: Declared in dsound.h.
Import Library: Use dsound.lib.