Description
Stops recording coverage data. After you disable recording using this function, you cannot resume recording.
Syntax
int CoverageDisableRecordingData(void)
Returns
1 |
The function call changes the recording state. |
0 |
The function call does not change the recording state. |
Notes
§ Use the API function CoverageStopRecordingData if you want to stop recording and then resume recording later.
§ You can also click in the PureCoverage toolbar to pause data recording. Click the tool again to resume data recording.
§ 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.