Home | History | Annotate | Download | only in include

Lines Matching refs:put_Path

4273     virtual HRESULT WINAPI put_Path(BSTR bstrPath) = 0;
4321 HRESULT (WINAPI *put_Path)(IADsService *This,BSTR bstrPath);
4371 #define IADsService_put_Path(This,bstrPath) (This)->lpVtbl->put_Path(This,bstrPath)
4571 HRESULT (WINAPI *put_Path)(IADsFileService *This,BSTR bstrPath);
4625 #define IADsFileService_put_Path(This,bstrPath) (This)->lpVtbl->put_Path(This,bstrPath)
4748 virtual HRESULT WINAPI put_Path(BSTR bstrPath) = 0;
4781 HRESULT (WINAPI *put_Path)(IADsFileShare *This,BSTR bstrPath);
4816 #define IADsFileShare_put_Path(This,bstrPath) (This)->lpVtbl->put_Path(This,bstrPath)
6077 virtual HRESULT WINAPI put_Path(BSTR bstrPath) = 0;
6094 HRESULT (WINAPI *put_Path)(IADsPath *This,BSTR bstrPath);
6113 #define IADsPath_put_Path(This,bstrPath) (This)->lpVtbl->put_Path(This,bstrPath)