CoverageAddAnnotation

Examples       Related Topics

Description

Displays the specified annotation in the Details tab in the Run Summary window and includes it in the log file.

Syntax

int CoverageAddAnnotation (char *Annotation)

 

where Annotation represents a character string.

Returns

1

The annotation was displayed and added.

0

The annotation was not displayed and added.

Notes

§      Use this function to record any special data collection circumstances for a particular PureCoverage data file, such as the version number of the program being monitored.

§      Use this function for native-compiled (unmanaged) programs.

§      Do not use this function (a PureCoverage API function) for Sun Java or .NET managed code programs. Use instead the corresponding PureAPI function.

(C) Copyright IBM Corporation 1993, 2010.