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

spt_REPLYX(2) OSS System Calls Reference Manual
NAME
spt_REPLYX - Initiates thread-aware REPLYX procedure call
LIBRARY
G-series native OSS processes: /G/system/sysnn/zsptsrl
H-series OSS processes: /G/system/zdllnnn/zsptdll
SYNOPSIS
#include <spthread.h>
long spt_REPLYX(
const char *buffer,
const short write_count,
short *count_written,
const short msg_tag,
const short error_return);
PARAMETERS
buffer Species data buffer
write_count Species the number of bytes to write
count_written Species the number of bytes written; might be NULL
msg_tag Species required tag identifying message to reply to and is
ignored if the corresponding Guardian le number receive depth
is 1
error_return Species a Guardian le-system error to return to sender
DESCRIPTION
This is a thread-aware version of the REPLYX procedure call; this function clears the threads
transaction context if appropriate.
RETURN VALUES
This function returns a Guardian le-system error number.
STANDARDS CONFORMANCE
This function is an extension to the XPG4 Version 2 specication. Interfaces documented on this
reference 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.
7136 Hewlett-Packard Company 527186-003