Searched refs:ptrPS (Results 1 – 2 of 2) sorted by relevance
203 int SetBoolProperty(IPropertyStore* ptrPS,207 int SetVtI4Property(IPropertyStore* ptrPS, REFPROPERTYKEY key, LONG value);
3373 IPropertyStore* ptrPS = NULL; in SetDMOProperties() local3375 reinterpret_cast<void**>(&ptrPS)); in SetDMOProperties()3376 if (FAILED(hr) || ptrPS == NULL) { in SetDMOProperties()3380 ps = ptrPS; in SetDMOProperties()3381 SAFE_RELEASE(ptrPS); in SetDMOProperties()3463 int AudioDeviceWindowsCore::SetBoolProperty(IPropertyStore* ptrPS, in SetBoolProperty() argument3470 HRESULT hr = ptrPS->SetValue(key, pv); in SetBoolProperty()3479 int AudioDeviceWindowsCore::SetVtI4Property(IPropertyStore* ptrPS, in SetVtI4Property() argument3486 HRESULT hr = ptrPS->SetValue(key, pv); in SetVtI4Property()