Home | History | Annotate | Download | only in include

Lines Matching defs:SetText

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)