Open System Services System Calls Reference Manual (G06.29+, H06.08+, J06.03+)
spt_INITRECEIVEL(2) OSS System Calls Reference Manual
NAME
spt_INITRECEIVEL - Registers $RECEIVE filename (larger message version)
LIBRARY
H-series OSS processes: /G/system/zdllnnn/zsptdll
SYNOPSIS
#include <spthread.h>
long spt_INITRECEIVEL (
const short filenum,
const short receive_depth);
PARAMETERS
filenum Specifies Guardian file number whose IO has completed
receive_depth Specifies the maximum number of incoming messages as specified in the filenum
value is FILE_OPEN() call
DESCRIPTION
This function is the same as the spt_INITRECEIVE() function, except:
• This function can handle the longer message lengths allowed by the
SPT_SERVERCLASS_SENDL_() function.
• The Guardian file-system error 4184 (EVERSION) can be returned.
See the spt_INITRECEIVE() reference page.
NOTES
This function is supported on systems running J06.07 and later J-series RVUs and H06.18 and
later H-series RVUs, and must be used instead of the spt_INITRECEIVE() function when the
messages are larger than 32 kilobytes. This function also can be used for shorter messages.
RETURN VALUES
See the spt_INITRECEIVE() reference page.
In addition, this function can return this Guardian file-system error:
4184 (EVERSION)
The function was called from a system that is running a J-series RVU earlier
than J06.07 or an H-series RVU earlier than H06.18.
RELATED INFORMATION
Functions: spt_INITRECEIVE(2), SPT_SERVERCLASS_SENDL_(3).
STANDARDS CONFORMANCE
This function is an extension to the XPG4 Version 2 specification.
7−280 Hewlett-Packard Company 527186-023