Open System Services Library Calls Reference Manual (G06.29+, H06.08+, J06.03+)
SPT_SERVERCLASS_DIALOG_ABORT_(3) OSS Library Calls Reference Manual
NAME
SPT_SERVERCLASS_DIALOG_ABORT_ - Aborts the specified dialog
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_DIALOG_ABORT_(
signed32 dialogId,
);
PARAMETERS
Input
dialogId Contains the identifier returned from
SPT_SERVERCLASS_DIALOG_BEGIN_( ) that specifies the dialog for this
abort operation.
DESCRIPTION
This function is used to abort the specified 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 file-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).
6−94 Hewlett-Packard Company 527187-017