Searched refs:get_RootNode (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dmmcobj.h846 virtual HRESULT WINAPI get_RootNode(PPNODE Node) = 0;
873 HRESULT (WINAPI *get_RootNode)(Document *This,PPNODE Node); member in struct:DocumentVtbl
902 #define Document_get_RootNode(This,Node) (This)->lpVtbl->get_RootNode(This,Node)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dmmcobj.h846 virtual HRESULT WINAPI get_RootNode(PPNODE Node) = 0;
873 HRESULT (WINAPI *get_RootNode)(Document *This,PPNODE Node); member in struct:DocumentVtbl
902 #define Document_get_RootNode(This,Node) (This)->lpVtbl->get_RootNode(This,Node)

Completed in 65 milliseconds