Open System Services Library Calls Reference Manual (G06.29+, H06.08+, J06.03+)
SPT_SERVERCLASS_SEND_INFO_(3) OSS Library Calls Reference Manual
NAME
SPT_SERVERCLASS_SEND_INFO_ - Returns information about the last server-class send
operation
LIBRARY
G-series native OSS processes: /G/system/sysnn/zsptsrl
H-series and J-series OSS processes: /G/system/zdllnnn/zsptdll
SYNOPSIS
#include <spthread.h>
signed16 SPT_SERVERCLASS_SEND_INFO_(
[signed16 *Pathsend_error,]
[signed16 *file_system_error]
);
PARAMETERS
Output
Pathsend_error
(Optional) Returns the Pathsend error number. See the information about Path-
send error handling in the NonStop TS/MP Pathsend and Server Programming
Manual for descriptions of Pathsend errors.
file_system_error
(Optional) Returns the Guardian file-system error number.
DESCRIPTION
This function is used to retrieve information about the last SPT_SERVERCLASS_SEND_( )
operation performed by the current thread. The parameters and semantics of this routine are the
same as those of the Guardian SERVERCLASS_SEND_INFO_ procedure, which is described in
the NonStop TS/MP Pathsend and Server Programming Manual. The difference is that this func-
tion returns the information for the last message attempted or sent by the thread rather than by the
process.
A call to SPT_SERVERCLASS_SEND_INFO_( ) by a thread that has never called
SPT_SERVERCLASS_SEND_( ) results in the return of error value 0, Pathsend error 906
(FEScNoSendEverCalled), and Guardian file-system error 0.
RETURN VALUES
If an error value is returned, the error is associated with the call to
SPT_SERVERCLASS_SEND_INFO_( ) and not the SPT_SERVERCLASS_SEND_( ) opera-
tion. The value is one of the following Guardian file-system error numbers:
• The SPT_SERVERCLASS_SEND_INFO_( ) operation completed successfully.
• The user has an invalid segment in use.
• A parameter address is out of bounds.
RELATED INFORMATION
Functions: SPT_SERVERCLASS_SEND_(3).
6−110 Hewlett-Packard Company 527187-017