Home | History | Annotate | Download | only in include

Lines Matching refs:lpName

1716     virtual HRESULT WINAPI GetProvider(LPOLESTR *lpName) = 0;
1728 HRESULT (WINAPI *GetProvider)(ISnapinAbout *This,LPOLESTR *lpName);
1742 #define ISnapinAbout_GetProvider(This,lpName) (This)->lpVtbl->GetProvider(This,lpName)
1750 HRESULT WINAPI ISnapinAbout_GetProvider_Proxy(ISnapinAbout *This,LPOLESTR *lpName);