Open System Services System Calls Reference Manual (G06.29+, H06.08+, J06.03+)
System Functions (s and S) spt_REPLYX(2)
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 Specifies data buffer
write_count Specifies the number of bytes to write
count_written Specifies the number of bytes written; might be NULL
msg_tag Specifies required tag identifying message to reply to and is ignored if the
corresponding Guardian file number receive depth is 1
error_return Specifies a Guardian file-system error to return to sender
DESCRIPTION
This is a thread-aware version of the REPLYX procedure call; this function clears the thread’s
transaction context if appropriate.
RETURN VALUES
This function returns a Guardian file-system error number.
STANDARDS CONFORMANCE
This function is an extension to the XPG4 Version 2 specification. 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 file spthread.h is an HP exception to the POSIX standard.
527186-023 Hewlett-Packard Company 7−387