Home | History | Annotate | Download | only in include

Lines Matching refs:put_Value

191     virtual HRESULT WINAPI put_Value(BSTR bstrHeader,BSTR newVal) = 0;
219 HRESULT (WINAPI *put_Value)(INewMail *This,BSTR bstrHeader,BSTR newVal);
249 #define INewMail_put_Value(This,bstrHeader,newVal) (This)->lpVtbl->put_Value(This,bstrHeader,newVal)