Home | History | Annotate | Download | only in include

Lines Matching refs:get_Value

1842     virtual HRESULT WINAPI get_Value(PVARIANT Value) = 0;
1856 HRESULT (WINAPI *get_Value)(Property *This,PVARIANT Value);
1872 #define Property_get_Value(This,Value) (This)->lpVtbl->get_Value(This,Value)