Open System Services System Calls Reference Manual (G06.25+, H06.03+)
SPT_SERVERCLASS_DIALOG_END_(3) OSS System Calls Reference Manual
NAME
SPT_SERVERCLASS_DIALOG_END_
- Cleans up resources for the specified dialog after the
server has ended it
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_END_(
signed32 dialogId,
);
PARAMETERS
Input
dialogId Contains the identifier returned from
SPT_SERVERCLASS_DIALOG_BEGIN_()
that specifies the dialog for this
end operation.
DESCRIPTION
This function is used to clean up resources for the specified dialog after the server has ended it.
The parameters and semantics of this function are the same as those of the Guardian
SERVERCLASS_DIALOG_END_ procedure, which is described in the NonStop TS/MP Path-
send and Server Programming Manual.
RETURN VALUES
Possible return values are the following Guardian file-system error numbers:
0 (zero) The SPT_SERVERCLASS_DIALOG_END_() operation completed success-
fully.
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_ABORT_(3),
SPT_SERVERCLASS_DIALOG_BEGIN_(3), SPT_SERVERCLASS_DIALOG_SEND_(3),
SPT_SERVERCLASS_SEND_INFO_(3).
7−190 Hewlett-Packard Company 527186-003