dc_log_notify_close - Terminate message log reception

Format

ANSI C, C++

#include <dclog.h>
DCLONG    dc_log_notify_close (DCLONG flags)

K&R C

#include <dclog.h>
DCLONG    dc_log_notify_close (flags)
DCLONG     flags;

Description

The function dc_log_notify_close() terminates reception of the message logs reported by OpenTP1. Calling the function dc_log_notify_open() again restarts message log reception.

Argument whose value is set in the UAP

flags

Specify DCNOFLAGS.

Return values

Return valueReturn value (numeric)Meaning
DC_OK0Normal termination.
DCLOGER_PARAM_ARGS-1900An incorrect value is specified as the argument.
DCLOGER_PROTO-1999The function dc_log_notify_open() is not called.