Home | History | Annotate | Download | only in include

Lines Matching defs:GetProperty

4116     virtual HRESULT WINAPI GetProperty(BSTR name,VARIANT *pProperty) = 0;
4126 HRESULT (WINAPI *GetProperty)(IGetContextProperties *This,BSTR name,VARIANT *pProperty);
4138 #define IGetContextProperties_GetProperty(This,name,pProperty) (This)->lpVtbl->GetProperty(This,name,pProperty)
6117 virtual HRESULT WINAPI GetProperty(BSTR name,VARIANT *pProperty) = 0;
6129 HRESULT (WINAPI *GetProperty)(IContextProperties *This,BSTR name,VARIANT *pProperty);
6143 #define IContextProperties_GetProperty(This,name,pProperty) (This)->lpVtbl->GetProperty(This,name,pProperty)