The IKsPropertySet::Set method sets the current value of a property to the value stored in the buffer pointed to by pPropertyData.
HRESULT Set(
REFGUID PropertySetId,
ULONG PropertyId,
PVOID pPropertyParams,
ULONG cbPropertyParams,
PVOID pPropertyData,
ULONG cbPropertyData
);
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.