Home | History | Annotate | Download | only in include

Lines Matching refs:pszPath

184     virtual HRESULT WINAPI SetText(ULONG uMode,LPCWSTR pszPath) = 0;
217 HRESULT (WINAPI *SetText)(IWbemPath *This,ULONG uMode,LPCWSTR pszPath);
252 #define IWbemPath_SetText(This,uMode,pszPath) (This)->lpVtbl->SetText(This,uMode,pszPath)
280 HRESULT WINAPI IWbemPath_SetText_Proxy(IWbemPath *This,ULONG uMode,LPCWSTR pszPath);