Home | History | Annotate | Download | only in include

Lines Matching refs:GetPropertyValue

3313     virtual HRESULT STDMETHODCALLTYPE GetPropertyValue(
3430 HRESULT (STDMETHODCALLTYPE *GetPropertyValue)(
3467 #define IInkRecognitionAlternate_GetPropertyValue(This,PropertyType,PropertyValue) (This)->lpVtbl->GetPropertyValue(This,PropertyType,PropertyValue)
3536 return This->lpVtbl->GetPropertyValue(This,PropertyType,PropertyValue);