Open System Services System Calls Reference Manual (G06.25+, H06.03+)
System Functions (s and S) spt_unregPathsendTagHandler(2)
NAME
spt_unregPathsendTagHandler
- Unregisters the user-supplied Pathsend tag
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_unregPathsendTagHandler (
const long tag );
PARAMETERS
tag Specifies the Pathsend tag to be unregistered.
DESCRIPTION
This function unregisters the specified Pathsend tag as a tag that user manages.
RETURN VALUES
SPT_SUCCESS
The specified tag was unregistered.
SPT_ERROR The specified tag was never registered.
RELATED INFORMATION
Functions: spt_regPathsendTagHandler(2), SPT_SERVERCLASS_DIALOG_ABORT_(2),
SPT_SERVERCLASS_DIALOG_BEGIN_(2), SPT_SERVERCLASS_DIALOG_END_(2),
SPT_SERVERCLASS_DIALOG_SEND_(2), SPT_SERVERCLASS_SEND_INFO_(2),
SPT_SERVERCLASS_SEND_(2).
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.
527186-003 Hewlett-Packard Company 7−151