Expand Minimize
This topic has not yet been rated - Rate this topic

CDHtmlDialog::GetControlDispatch

Retrieves the IDispatch interface on an ActiveX control embedded in the HTML document returned by GetDHtmlDocument.

HRESULT GetControlDispatch( 
   LPCTSTR szId, 
   IDispatch **ppdisp  
);
szId

The HTML ID of an ActiveX control.

ppdisp

The IDispatch interface of the control if found in the Web page.

A standard HRESULT value.

Header: afxdhtml.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.