Close the PMDF log file if it is open.
status = PMDF_close_log_file
argument informationstatus = PMDFcloseLogFile ()
int PMDFcloseLogFile ()
None.
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. |