PMDF Programmer's Reference Manual


Previous Next Contents Index


PMDFcloseLogFile

Close the PMDF log file if it is open.

PASCAL

status = PMDF_close_log_file


C

status = PMDFcloseLogFile ()

argument information


int PMDFcloseLogFile() 


Arguments

None.

Description

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 calling PMDFdone, need worry about calling PMDFcloseLogFile. See Section 1.7 for a discussion of this topic. Note that the PMDF log file is distinct from channel log files. The PMDFlog routine is not related to the PMDFcloseLogFile routine.

Return Values

PMDF__OK Normal, successful completion.


Previous Next Contents Index