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.
typedef struct PEVersionInfo
{
WORD StructSize;
WORD major;
WORD minor;
char letter;
} PEVersionInfo;
Type PEVersionInfo
StructSize As Integer
major As Integer
minor As Integer letter As String
End Type
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 |