Home | History | Annotate | Download | only in include

Lines Matching refs:IPropertyPageSite

97 typedef struct IPropertyPageSite IPropertyPageSite;
771 virtual HRESULT WINAPI SetPageSite(IPropertyPageSite *pPageSite) = 0;
789 HRESULT (WINAPI *SetPageSite)(IPropertyPage *This,IPropertyPageSite *pPageSite);
822 HRESULT WINAPI IPropertyPage_SetPageSite_Proxy(IPropertyPage *This,IPropertyPageSite *pPageSite);
862 HRESULT (WINAPI *SetPageSite)(IPropertyPage2 *This,IPropertyPageSite *pPageSite);
903 typedef IPropertyPageSite *LPPROPERTYPAGESITE;
911 struct IPropertyPageSite : public IUnknown {
921 HRESULT (WINAPI *QueryInterface)(IPropertyPageSite *This,REFIID riid,void **ppvObject);
922 ULONG (WINAPI *AddRef)(IPropertyPageSite *This);
923 ULONG (WINAPI *Release)(IPropertyPageSite *This);
924 HRESULT (WINAPI *OnStatusChange)(IPropertyPageSite *This,DWORD dwFlags);
925 HRESULT (WINAPI *GetLocaleID)(IPropertyPageSite *This,LCID *pLocaleID);
926 HRESULT (WINAPI *GetPageContainer)(IPropertyPageSite *This,IUnknown **ppUnk);
927 HRESULT (WINAPI *TranslateAccelerator)(IPropertyPageSite *This,MSG *pMsg);
930 struct IPropertyPageSite {
943 HRESULT WINAPI IPropertyPageSite_OnStatusChange_Proxy(IPropertyPageSite *This,DWORD dwFlags);
945 HRESULT WINAPI IPropertyPageSite_GetLocaleID_Proxy(IPropertyPageSite *This,LCID *pLocaleID);
947 HRESULT WINAPI IPropertyPageSite_GetPageContainer_Proxy(IPropertyPageSite *This,IUnknown **ppUnk);
949 HRESULT WINAPI IPropertyPageSite_TranslateAccelerator_Proxy(IPropertyPageSite *This,MSG *pMsg);