TAirGapReportParameters

The TAirGapReportParameters structure is used when the C_SaveSpreadsheet function is used to save air gap reports.

typedef struct {

int Size;

TPeriod Period;

} TAirGapReportParameters;

Members

Size

Specifies the size, in bytes, of this data structure. Set this member to sizeof(TAirGapReportParameters) before calling a function with a TAirGapReportParameters parameter.

Period

A TPeriod structure for the air gap report.