UXFHTML3Options

UXFHTML3Options contains options used by PEEnableEventInfo, when you are exporting to HTML format.

C Syntax
struct UXFHTML3Options {
    WORD StructSize;
    char FAR *fileName;
};
Members

structSize

Specifies the size of the UXFHTML3Options structure. You must initialize this member to be the size of whatever it is, for example, options.structSize = UXFHTML3OptionsSize.

fileName

Specifies a null terminated file name. For example, "C\pub\docs\boxoffic\default.htm". Any exported GIF files will be located in the same directory as this file.

Delphi Record Listing
type
    UXFHTML3Options = record
        structSize: Word;
        fileName: PChar;
    end;


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com