failed loudness eq experiment

This commit is contained in:
2022-12-14 18:41:31 +01:00
parent 8967846657
commit 7e76c4813d
8 changed files with 100 additions and 13 deletions

View File

@@ -115,6 +115,9 @@ public:
PCWSTR,
INT
);
virtual HRESULT STDMETHODCALLTYPE GetPropertyValue(PCWSTR pszDeviceName, BOOL bFxStore, const PROPERTYKEY& pKey, PROPVARIANT* pv) = 0;
virtual HRESULT STDMETHODCALLTYPE SetPropertyValue(PCWSTR pszDeviceName, BOOL bFxStore, const PROPERTYKEY& pKey, PROPVARIANT* pv) = 0;
};
interface DECLSPEC_UUID("568b9108-44bf-40b4-9006-86afe5b5a620") IPolicyConfigVista;