IKsPropertySet interface (dsound.h)

The IKsPropertySet interface provides methods that access properties of KS objects that are implemented in a KS minidriver.

The IID for this interface is IID_IKsPropertySet.

Note

Header files ksproxy.h and dsound.h define similar but incompatible versions of the IKsPropertySet interface. Applications that require the KS proxy module should use the version defined in ksproxy.h. The DirectSound version of IKsPropertySet is described in the DirectSound reference pages in the Microsoft Windows SDK documentation. If an application must include both ksproxy.h and dsound.h, whichever header file the compiler scans first is the one whose definition of IKsPropertySet is used by the compiler.

Inheritance

The IKsPropertySet interface inherits from the IUnknown interface. IKsPropertySet also has these types of members:

Methods

The IKsPropertySet interface has these methods.

 
IKsPropertySet::Get

The Get method retrieves a property identified by a property-set GUID and a property identifier. This method belongs to IKsPropertySet in dsound.h.
IKsPropertySet::Set

The Set method sets a property identified by a property-set GUID and a property identifier. This method belongs to IKsPropertySet in dsound.h.

Remarks

The IKsPropertySet interface methods translate user-mode property requests into kernel-mode property sets that are used by KS minidrivers.

KS objects include, for example, KS filters, KS pins, and KS clocks.

Requirements

Requirement Value
Target Platform Windows
Header dsound.h (include Ksproxy.h)