ENCX SDK
5.5.0.926
|
Properties and methods for ENCX::HTMLGenerator. More...
import"encxcom.idl";
Public Member Functions | |
HRESULT | S57PropertiesAtPoint ([in] IS57Draw *s57draw, [in] IPixelPoint *pixelPt) |
Set the point on the chart and the draw object that HTML generated by will refer to. More... | |
HRESULT | ProcessEvent ([in] BSTR sEvent, [out, retval] enum HTMLAction *action) |
Handle an event from a web browser that is displaying the HTML. More... | |
HRESULT | HTML ([in] BSTR sUrl, [out, retval] BSTR *pHtml) |
Get the HTML. More... | |
Properties and methods for ENCX::HTMLGenerator.
Definition at line 3862 of file encxcom.idl.
HRESULT IHTMLGenerator::HTML | ( | [in] BSTR | sUrl, |
[out, retval] BSTR * | pHtml | ||
) |
Get the HTML.
HRESULT IHTMLGenerator::ProcessEvent | ( | [in] BSTR | sEvent, |
[out, retval] enum HTMLAction * | action | ||
) |
Handle an event from a web browser that is displaying the HTML.
HRESULT IHTMLGenerator::S57PropertiesAtPoint | ( | [in] IS57Draw * | s57draw, |
[in] IPixelPoint * | pixelPt | ||
) |
Set the point on the chart and the draw object that HTML generated by will refer to.