IHTMLGenerator Interface Reference

Properties and methods for ENCX::HTMLGenerator. More...

import "_encxcom_encx.idl";

Inheritance diagram for IHTMLGenerator:

List of all members.

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.


Detailed Description

Properties and methods for ENCX::HTMLGenerator.

Definition at line 3042 of file _encxcom_encx.idl.


Member Function Documentation

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.