Home | History | Annotate | Download | only in include

Lines Matching defs:firstPage

25702     virtual HRESULT WINAPI firstPage(void) = 0;
25717 HRESULT (WINAPI *firstPage)(IHTMLTable2 *This);
25734 #define IHTMLTable2_firstPage(This) (This)->lpVtbl->firstPage(This)