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

SPT_SERVERCLASS_DIALOG_ABORT_(3) OSS System Calls Reference Manual
NAME
SPT_SERVERCLASS_DIALOG_ABORT_
- Aborts the specied dialog
LIBRARY
G-series native OSS processes: /G/system/sysnn/zsptsrl
H-series OSS processes: /G/system/zdllnnn/zsptdll
SYNOPSIS
#include <spthread.h>
signed16 SPT_SERVERCLASS_DIALOG_ABORT_(
signed32 dialogId,
);
PARAMETERS
Input
dialogId Contains the identier returned from
SPT_SERVERCLASS_DIALOG_BEGIN_()
that species the dialog for this
abort operation.
DESCRIPTION
This function is used to abort the specied dialog. The parameters and semantics of this function
are the same as those of the Guardian SERVERCLASS_DIALOG_ABORT_ procedure, which is
described in the NonStop TS/MP Pathsend and Server Programming Manual.
RETURN VALUES
Possible return values are the following Guardian le-system error numbers:
0 (zero) The SPT_SERVERCLASS_DIALOG_ABORT_() operation completed suc-
cessfully.
233 (FEScError)
You can call the SPT_SERVERCLASS_SEND_INFO_() function to get
detailed information about this error.
ERRORS
This function does not set errno.
RELATED INFORMATION
Functions: SPT_SERVERCLASS_DIALOG_BEGIN_(3),
SPT_SERVERCLASS_DIALOG_END_(3), SPT_SERVERCLASS_DIALOG_SEND_(3),
SPT_SERVERCLASS_SEND_INFO_(3).
7186 Hewlett-Packard Company 527186-003