HomeSort by relevance Sort by last modified time
    Searched full:get_document (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
exdisp.h 253 virtual HRESULT WINAPI get_Document(IDispatch **ppDisp) = 0;
289 HRESULT (WINAPI *get_Document)(IWebBrowser *This,IDispatch **ppDisp);
327 #define IWebBrowser_get_Document(This,ppDisp) (This)->lpVtbl->get_Document(This,ppDisp)
476 HRESULT (WINAPI *get_Document)(IWebBrowserApp *This,IDispatch **ppDisp);
534 #define IWebBrowserApp_get_Document(This,ppDisp) (This)->lpVtbl->get_Document(This,ppDisp)
    [all...]
mmcobj.h 355 virtual HRESULT WINAPI get_Document(PPDOCUMENT Document) = 0;
378 HRESULT (WINAPI *get_Document)(_Application *This,PPDOCUMENT Document);
403 #define _Application_get_Document(This,Document) (This)->lpVtbl->get_Document(This,Document)
    [all...]
mshtmlc.h 8491 HRESULT (WINAPI *get_document)(IHTMLElement *This,IDispatch **p); member in struct:IHTMLElementVtbl
11172 HRESULT (WINAPI *get_document)(IHTCDefaultDispatch *This,IDispatch **p); member in struct:IHTCDefaultDispatchVtbl
22451 HRESULT (WINAPI *get_document)(IHTMLWindow2 *This,IHTMLDocument2 **p); member in struct:IHTMLWindow2Vtbl
29070 HRESULT (WINAPI *get_document)(IHTMLOptionsHolder *This,IHTMLDocument2 **p); member in struct:IHTMLOptionsHolderVtbl
32583 HRESULT (WINAPI *get_document)(IHTMLModelessInit *This,IUnknown **p); member in struct:IHTMLModelessInitVtbl
32646 HRESULT (WINAPI *get_document)(IHTMLPopup *This,IHTMLDocument **p); member in struct:IHTMLPopupVtbl
    [all...]
mshtml.h     [all...]

Completed in 968 milliseconds