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 file 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 fileno );
PARAMETERS
fileno Contains the scsend-op-num value obtained during the first nowaited
SERVERCLASS_SEND_, SERVERCLASS_DIALOG_BEGIN_, or
SERVERCLASS_DIALOG_SEND_ procedure call.
DESCRIPTION
This function is used to register the Pathsend file number. This function should be called
immediately after the first call to a SERVERCLASS_SEND_,
SERVERCLASS_DIALOG_BEGIN_, or SERVERCLASS_DIALOG_SEND_ procedure call.
RETURN VALUES
SPT_SUCCESS
The Pathsend file number was successfully registered.
SPT_ERROR The specified Pathsend file number is already registered.
STANDARDS CONFORMANCE
This function is an extension to the UNIX98 specification. 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 file spthread.h is an HP exception to the POSIX standard.
7−132 Hewlett-Packard Company 527186-003