CDHtmlDialog::GetExternal
Gets the host's IDispatch interface.
STDMETHOD(GetExternal)(
IDispatch **ppDispatch
);
Parameters
- ppDispatch
See ppDispatch in IDocHostUIHandler::GetExternal in the Windows SDK.
Return Value
Returns S_OK on success or E_NOTIMPL on failure.
Remarks
This member function is CDHtmlDialog's implementation of IDocHostUIHandler::GetExternal, as described in the Windows SDK.
Requirements
Header: afxdhtml.h