Previous | Contents | Index |
Close the PMDF log file if it is open.
status = PMDF_close_log_file
status = PMDFcloseLogFile ()
int PMDFcloseLogFile()
None.
PMDFcloseLogFile
can 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 callingPMDFdone
, need worry about callingPMDFcloseLogFile
. See Section 1.7 for a discussion of this topic. Note that the PMDF log file is distinct from channel log files. ThePMDFlog
routine is not related to thePMDFcloseLogFile
routine.
PMDF__OK Normal, successful completion.
Previous | Next | Contents | Index |