#include <HIOUtilityHTML.h>
Public Member Functions | |
HFileOutputResult | FileOutputByKey (const __wchar_t *filename, HC_KEY key, HOutputHandlerOptions *options) |
HFileOutputResult | FileOutputByKey (const unsigned short *filename, HC_KEY key, HOutputHandlerOptions *options) |
HFileOutputResult | FileOutputByKey (const char *filename, HC_KEY key, HOutputHandlerOptions *options) |
const char * | GetOutputName () |
HOutputHandlerStyle | GetOutputStyle () |
const char * | GetOutputTypesString () |
HIOUtilityHTML () | |
void | RegisterOutputHandlerTypes () |
The HIOUtilityHTML is used for exporting a HTML page which contains a control which references a HSF file of the same name. The handler creates both the HTML page and the HSF.
Note, the HTML page can only be viewed with Microsoft Internet Explorer.
|
inline |
Constructs an HIOUtilityHTML object.
References HOutputOpFileOutputByKey.
HFileOutputResult HIOUtilityHTML::FileOutputByKey | ( | const __wchar_t * | filename, |
HC_KEY | key, | ||
HOutputHandlerOptions * | options | ||
) |
This method creates an HTML page designed to work with a separatly created but identically named .hsf file. The HTML file embeds a HOOPS ActiveX control which loads the HSF into the HTML page.
FileName | A character pointer denoting the name of the file to be written should usually include ".html". |
key | This parameter is current not used. |
options | Pass options with specified width and height to determine the page dimensions. |
|
inline |
|
inline |
References HOutputHandlerStyleHTML.
|
inline |
|
inline |
This method registers the "html" and "htm" extensions to this handler as an output handler.
References HIORegisterOutputType.