#include <lvm_intr.h> void _System Stop_Logging ( CARDINAL32 * Error_Code /* (O) Address where the error code will be stored */ );
Parameters
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 );