[ROOT] --> C-Client

struct PEReportSummaryInfo

Provides report summary information.

Source:
C:\FlatInclude\Crystal:Structures.h

Variables Index

applicationName
Specifies an application name for the application using this report.
author
Specifies the author of the current report.
comments
Specifies any comments for the current report.
keywords
Specifies the keywords included for the current report.
reportTemplate
Specifies the report template for the current report.
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
subject
Specifies the subject of the current report.
title
Specifies the title of the current report.


Variables

StructSize

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

applicationName

char applicationName [ PE_APPLICATION_NAME_LEN ]

Specifies an application name for the application using this report.

title

char title [ PE_TITLE_LEN ]

Specifies the title of the current report.

subject

char subject [ PE_SI_SUBJECT_LEN ]

Specifies the subject of the current report.

author

char author [ PE_SI_AUTHOR_LEN ]

Specifies the author of the current report.

keywords

char keywords [ PE_SI_KEYWORDS_LEN ]

Specifies the keywords included for the current report.

comments

char comments [ PE_SI_COMMENTS_LEN ]

Specifies any comments for the current report.

reportTemplate

char reportTemplate [ PE_SI_REPORT_TEMPLATE_LEN ]

Specifies the report template for the current report.


Copyright (c) 2000 Dynalivery Corp.