Home | History | Annotate | Download | only in include

Lines Matching refs:put_Path

399     virtual HRESULT WINAPI put_Path(BSTR bstrPath) = 0;
417 HRESULT (WINAPI *put_Path)(IWriteCookie *This,BSTR bstrPath);
437 #define IWriteCookie_put_Path(This,bstrPath) (This)->lpVtbl->put_Path(This,bstrPath)