OpenTP1 Version 7 Programming Reference C Language

[Contents][Index][Back][Next]

dc_mcf_close - Close the MCF environment

Format

ANSI C, C++

#include <dcmcf.h>
void  dc_mcf_close(DCLONG flags)

K&R C

#include <dcmcf.h>
void  dc_mcf_close (flags)
DCLONG      flags;

Description

The function dc_mcf_close() closes the environment in which MCF facilities are used. Call the function dc_mcf_close() only once in the process before the UAP that called the function dc_mcf_open() calls the function dc_rpc_close() in the main function.

Argument whose value is set in the UAP

flags

Specify DCNOFLAGS.

Return value

There is no return value of the function dc_mcf_close().