The IKsPropertySet::Get method retrieves the current value of a property. This method copies the value of the property to the buffer pointed to by pPropertyData.
HRESULT Get(
REFGUID PropertySetId,
ULONG PropertyId,
PVOID pPropertyParams,
ULONG cbPropertyParams,
PVOID pPropertyData,
ULONG cbPropertyData,
PULONG pcbReturnedData
);
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.