dc_mcf_tonln - Start accepting server-type connection establishment requests

Format

ANSI C, C++

#include <dcmcf.h>
int dc_mcf_tonln (DCLONG action, DCLONG mcfid, char *resv01,
char *resv02)

K&R C

#include <dcmcf.h>
int dc_mcf_tonln (action, mcfid, resv01, resv02)
DCLONG action;
DCLONG mcfid;
char *resv01;
char *resv02;

Description

The dc_mcf_tonln() function starts accepting server-type connection establishment requests.

Arguments whose values are set in the UAP

action

Set DCNOFLAGS.

mcfid

Specify the MCF communication process identifier of the MCF communication service that is to be processed. The permitted value range is from 1 to 239.

resv01, resv02

Specify NULL.

Return values

Return valueReturn value (numeric)Explanation
DCMCFRTN_000000Normal termination.
DCMCFRTN_71001-12001The dc_mcf_tonln() function cannot be accepted because the MCF is under start processing.
DCMCFRTN_71002-12002The dc_mcf_tonln() function cannot be accepted because the MCF is under termination processing.
DCMCFRTN_71004-12004A memory shortage occurred during dc_mcf_tonln() function processing.
DCMCFRTN_71005-12005A communication error occurred. For the cause, see the message log file.
DCMCFRTN_71006-12006An internal error occurred. For the cause, see the message log file.
DCMCFRTN_71009-12009The dc_mcf_tonln() function is not supported by the applicable MCF communication process.
DCMCFRTN_71010-12010Although the request to start accepting server-type connection establishment requests was issued to the MCF communication process, the request was not accepted. For the cause, see the message log file.
DCMCFRTN_72050-13050DCNOFLAGS is not set in action.
DCMCFRTN_72052-13052NULL is not set in resv01.
DCMCFRTN_72053-13053NULL is not set in resv02.
DCMCFRTN_72061-13061A value of 0 or smaller or of 240 or greater is specified for mcfid.