Lines Matching refs:spPropVal
37 Microsoft::WRL::ComPtr<ABI::Windows::Foundation::IPropertyValueStatics> spPropVal; in create() local
39 hr = objFactory.As(&spPropVal); in create()
41 hr = winrt_type<_Type>::create(spPropVal.Get(), _ObjInCtx, _PObj.GetAddressOf()); in create()
54 …static HRESULT create(ABI::Windows::Foundation::IPropertyValueStatics* spPropVal, void* _ObjInCtx,… in create()
56 return spPropVal->CreateEmpty(ppInsp); in create()
63 …static HRESULT create(ABI::Windows::Foundation::IPropertyValueStatics* spPropVal, Type* _ObjInCtx,…
64 return spPropVal->Create##Name(*_ObjInCtx, ppInsp);\
77 Microsoft::WRL::ComPtr<ABI::Windows::Foundation::IPropertyValueStatics> spPropVal; in create() local
79 hr = objFactory.As(&spPropVal); in create()
81 … hr = winrt_array_type<_Type>::create(spPropVal.Get(), N, _ObjInCtx, _PObj.GetAddressOf()); in create()
118 …static HRESULT create(ABI::Windows::Foundation::IPropertyValueStatics* spPropVal, UINT32 __valueSi…
119 return spPropVal->Create##Name##Array(__valueSize, *_ObjInCtx, ppInsp);\
2486 Microsoft::WRL::ComPtr<ABI::Windows::Foundation::IPropertyValue> spPropVal; in SetProperties() local
2510 if (SUCCEEDED(hr = spInsp.As(&spPropVal))) { in SetProperties()
2511 hr = spPropVal->GetUInt32(&uiType); in SetProperties()