Home | History | Annotate | Download | only in include

Lines Matching refs:get_Value

399     virtual HRESULT WINAPI get_Value(VARIANT *pv) = 0;
412 HRESULT (WINAPI *get_Value)(DFConstraint *This,VARIANT *pv);
427 #define DFConstraint_get_Value(This,pv) (This)->lpVtbl->get_Value(This,pv)