PMDF Programmer's Reference Manual
PMDF-PRM-6.0


Previous | Contents

PMDF_close_log_file

Close the PMDF log file if it is open.

VMS FORMAT

status = PMDF_close_log_file


C FORMAT

status = PMDFcloseLogFile ()

argument information
int PMDFcloseLogFile () 

ARGUMENTS

None.

DESCRIPTION

PMDF_close_log_file may be called to close the PMDF log file if it is open. Only programs which (1) enqueue or dequeue mail and (2) run indefinitely before ever calling PMDF_done, need worry about calling PMDF_close_log_file. See Section 1.7 for a discussion of this topic. Note that the PMDF log file is distinct from channel log files. The PMDF_log routine is not related to the PMDF_close_log_file routine.
Return Values
PMDF__OK Normal, successful completion.


Previous | Next | Contents