Home | History | Annotate | Download | only in include

Lines Matching refs:GetPages

1006     virtual HRESULT WINAPI GetPages(CAUUID *pPages) = 0;
1014 HRESULT (WINAPI *GetPages)(ISpecifyPropertyPages *This,CAUUID *pPages);
1024 #define ISpecifyPropertyPages_GetPages(This,pPages) (This)->lpVtbl->GetPages(This,pPages)