Home | History | Annotate | Download | only in include

Lines Matching refs:put_Value

1843     virtual HRESULT WINAPI put_Value(VARIANT Value) = 0;
1857 HRESULT (WINAPI *put_Value)(Property *This,VARIANT Value);
1873 #define Property_put_Value(This,Value) (This)->lpVtbl->put_Value(This,Value)