window.external progress?

This commit is contained in:
MusicalProgrammer
2019-11-08 23:38:06 -05:00
parent 4c51383bce
commit 1f4147fd90
3 changed files with 19 additions and 6 deletions

View File

@@ -3,6 +3,7 @@
#include <mshtml.h>
#include <exdisp.h>
#include <Mshtmhst.h>
#include "IEDispatcher.h"
class IEBrowser {
public:
@@ -18,6 +19,7 @@ class IEBrowser {
IDocHostUIHandler* m_spHandler;
IDispatch* m_spExternal;
IDispatch* m_newExternal;
IEDispatcher m_IEDispatcher;
IOleClientSite* m_spDefaultDocHostUIHandler;
int setExternal(IDispatch** ext);
};