import "_encxcom_encx.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. | |
| HRESULT | ProcessEvent ([in] BSTR sEvent,[out, retval] enum HTMLAction *action) |
| Handle an event from a web browser that is displaying the HTML. | |
| HRESULT | HTML ([in] BSTR sUrl,[out, retval] BSTR *pHtml) |
| Get the HTML. | |
Definition at line 3042 of file _encxcom_encx.idl.
| 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.
| 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::HTML | ( | [in] BSTR | sUrl, | |
| [out, retval] BSTR * | pHtml | |||
| ) |
Get the HTML.