Home | History | Annotate | Download | only in include

Lines Matching refs:get_Value

1233     virtual HRESULT WINAPI get_Value(VARIANT *pval) = 0;
1250 HRESULT (WINAPI *get_Value)(ADOProperty *This,VARIANT *pval);
1269 #define Property_get_Value(This,pval) (This)->lpVtbl->get_Value(This,pval)