Searched refs:ptrPS (Results 1 – 2 of 2) sorted by relevance
247 int SetBoolProperty(IPropertyStore* ptrPS,251 int SetVtI4Property(IPropertyStore* ptrPS,
4210 IPropertyStore* ptrPS = NULL; in SetDMOProperties() local4212 reinterpret_cast<void**>(&ptrPS)); in SetDMOProperties()4213 if (FAILED(hr) || ptrPS == NULL) in SetDMOProperties()4218 ps = ptrPS; in SetDMOProperties()4219 SAFE_RELEASE(ptrPS); in SetDMOProperties()4324 int AudioDeviceWindowsCore::SetBoolProperty(IPropertyStore* ptrPS, in SetBoolProperty() argument4332 HRESULT hr = ptrPS->SetValue(key, pv); in SetBoolProperty()4342 int AudioDeviceWindowsCore::SetVtI4Property(IPropertyStore* ptrPS, in SetVtI4Property() argument4350 HRESULT hr = ptrPS->SetValue(key, pv); in SetVtI4Property()