PEVersionInfo

PEVersionInfo contains information on the version number of the report associated with the job handle. This information is used by PEGetReportVersion, to retrieve major and minor version information on the report.

C Syntax
typedef struct PEVersionInfo
{
    WORD StructSize;
    WORD major;
    WORD minor;
    char letter;
} PEVersionInfo;
Members

StructSize

Specifies the size of the PEVersionInfo structure. Initialize this member to PE_SIZEOF_VERSION_INFO.

major

Specifies the major release number of the report.

minor

Specifies the minor release number of the.report.

letter

Specifies a character value associated with the minor version number of the report. Most reports do not have a character value, so a NULL value will be returned.

VB Type Listing
Type PEVersionInfo
    StructSize As Integer
    major As Integer
    minor As Integer     letter As String
End Type
Delphi Record Listing
type PEVersionInfo = record
    StructSize : Word;
    major : Word;
    minor : Word;
    character : PChar;
end;


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