Home | History | Annotate | Download | only in include

Lines Matching refs:put_Value

1083     virtual HRESULT WINAPI put_Value(VARIANT *propertyValue) = 0;
1098 HRESULT (WINAPI *put_Value)(IEventProperty *This,VARIANT *propertyValue);
1115 #define IEventProperty_put_Value(This,propertyValue) (This)->lpVtbl->put_Value(This,propertyValue)