Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the IDispatch interface on an ActiveX control embedded in the HTML document returned by GetDHtmlDocument.
HRESULT GetControlDispatch(
LPCTSTR szId,
IDispatch **ppdisp
);
Parameters
szId
The HTML ID of an ActiveX control.ppdisp
The IDispatch interface of the control if found in the Web page.
Return Value
A standard HRESULT value.
Requirements
Header: afxdhtml.h