Home | History | Annotate | Download | only in include

Lines Matching refs:put_Path

1557     virtual HRESULT WINAPI put_Path(BSTR strPath) = 0;
1591 HRESULT (WINAPI *put_Path)(ISWbemObjectPath *This,BSTR strPath);
1627 #define ISWbemObjectPath_put_Path(This,strPath) (This)->lpVtbl->put_Path(This,strPath)