Lines Matching refs:IPropertyPage

103 typedef interface IPropertyPage IPropertyPage;  typedef
105 interface IPropertyPage; variable
471 typedef interface IPropertyPage IPropertyPage; typedef
473 interface IPropertyPage; variable
2039 typedef IPropertyPage *LPPROPERTYPAGE;
2055 IPropertyPage : public IUnknown
2095 __CRT_UUID_DECL(IPropertyPage, 0xb196b28d, 0xbab4, 0x101a, 0xb6,0x9c, 0x00,0xaa,0x00,0x34,0x1d,0x07)
2103 IPropertyPage *This,
2108 IPropertyPage *This);
2111 IPropertyPage *This);
2115 IPropertyPage *This,
2119 IPropertyPage *This,
2125 IPropertyPage *This);
2128 IPropertyPage *This,
2132 IPropertyPage *This,
2137 IPropertyPage *This,
2141 IPropertyPage *This,
2145 IPropertyPage *This);
2148 IPropertyPage *This);
2151 IPropertyPage *This,
2155 IPropertyPage *This,
2161 interface IPropertyPage {
2185 static FORCEINLINE HRESULT IPropertyPage_QueryInterface(IPropertyPage* This,REFIID riid,void **ppvO…
2188 static FORCEINLINE ULONG IPropertyPage_AddRef(IPropertyPage* This) {
2191 static FORCEINLINE ULONG IPropertyPage_Release(IPropertyPage* This) {
2195 static FORCEINLINE HRESULT IPropertyPage_SetPageSite(IPropertyPage* This,IPropertyPageSite *pPageSi…
2198 static FORCEINLINE HRESULT IPropertyPage_Activate(IPropertyPage* This,HWND hWndParent,LPCRECT pRect…
2201 static FORCEINLINE HRESULT IPropertyPage_Deactivate(IPropertyPage* This) {
2204 static FORCEINLINE HRESULT IPropertyPage_GetPageInfo(IPropertyPage* This,PROPPAGEINFO *pPageInfo) {
2207 static FORCEINLINE HRESULT IPropertyPage_SetObjects(IPropertyPage* This,ULONG cObjects,IUnknown **p…
2210 static FORCEINLINE HRESULT IPropertyPage_Show(IPropertyPage* This,UINT nCmdShow) {
2213 static FORCEINLINE HRESULT IPropertyPage_Move(IPropertyPage* This,LPCRECT pRect) {
2216 static FORCEINLINE HRESULT IPropertyPage_IsPageDirty(IPropertyPage* This) {
2219 static FORCEINLINE HRESULT IPropertyPage_Apply(IPropertyPage* This) {
2222 static FORCEINLINE HRESULT IPropertyPage_Help(IPropertyPage* This,LPCOLESTR pszHelpDir) {
2225 static FORCEINLINE HRESULT IPropertyPage_TranslateAccelerator(IPropertyPage* This,MSG *pMsg) {
2248 IPropertyPage2 : public IPropertyPage