Open System Services System Calls Reference Manual (G06.25+, H06.03+)

spt_regPathsendFile(2) OSS System Calls Reference Manual
NAME
spt_regPathsendFile - Registers the Pathsend le number
LIBRARY
G-series native OSS processes: /G/system/sysnn/zsptsrl
H-series OSS processes: /G/system/zdllnnn/zsptdll
SYNOPSIS
#include <spthread.h>
spt_error_t spt_regPathsendFile(
const short leno );
PARAMETERS
fileno Contains the scsend-op-num value obtained during the rst nowaited
SERVERCLASS_SEND_, SERVERCLASS_DIALOG_BEGIN_, or
SERVERCLASS_DIALOG_SEND_ procedure call.
DESCRIPTION
This function is used to register the Pathsend le number. This function should be called
immediately after the rst call to a SERVERCLASS_SEND_,
SERVERCLASS_DIALOG_BEGIN_, or SERVERCLASS_DIALOG_SEND_ procedure call.
RETURN VALUES
SPT_SUCCESS
The Pathsend le number was successfully registered.
SPT_ERROR The specied Pathsend le number is already registered.
STANDARDS CONFORMANCE
This function is an extension to the UNIX98 specication. Interfaces documented on this refer-
ence page conform to the following industry standards:
IEEE Std 1003.1c-1995, POSIX System Application Program Interface
The use of the header le spthread.h is an HP exception to the POSIX standard.
7132 Hewlett-Packard Company 527186-003