[ROOT] --> C-Client
Provides report summary information.
applicationName
author
comments
keywords
reportTemplate
StructSize
subject
title
WORD StructSize
Specifies the size of the structure. You must initialize this member to be the size of whatever it is, for example, reportSummary.StructSize = PE_SIZEOF_REPORT_SUMMARY_INFO
char applicationName [ PE_APPLICATION_NAME_LEN ]
Specifies an application name for the application using this report.
char title [ PE_TITLE_LEN ]
Specifies the title of the current report.
char subject [ PE_SI_SUBJECT_LEN ]
Specifies the subject of the current report.
char author [ PE_SI_AUTHOR_LEN ]
Specifies the author of the current report.
char keywords [ PE_SI_KEYWORDS_LEN ]
Specifies the keywords included for the current report.
char comments [ PE_SI_COMMENTS_LEN ]
Specifies any comments for the current report.
char reportTemplate [ PE_SI_REPORT_TEMPLATE_LEN ]
Specifies the report template for the current report.