Stop_Logging

This function ends LVM Engine logging and closes the log file.


#include <lvm_intr.h>

void _System Stop_Logging (

    CARDINAL32 * Error_Code   /* (O) Address where the error code will be stored */

);

Parameters

Error_Code
The address of a CARDINAL32 in which to store an error code should an error occur.

Returns

N/A.

Errors

If the log file is not currently opened, or if the file close operation fails, then the value pointed to by Error_Code will be greater than 0.

Side Effects

The log file may be closed.

Notes

None.

16-Bit Equivalent:

void _Far16 _Pascal _loadds STOP_LOGGING16( CARDINAL32 * _Seg16 Error_Code );