TS/MP Pathsend and Server Programming Manual (G06.24+, H06.03+)
Pathsend Procedure Call Reference
NonStop TS/MP Pathsend and Server Programming Manual–132500
5-12
SERVERCLASS_DIALOG_END_ Procedure
SERVERCLASS_DIALOG_END_ Procedure
The SERVERCLASS_DIALOG_END_ procedure cleans up resources for the specified
dialog after the server has ended it.
A call to SERVERCLASS_DIALOG_BEGIN_ must be matched by a call to
SERVERCLASS_DIALOG_ABORT_ or SERVERCLASS_DIALOG_END_ at the end
of the dialog. For the SERVERCLASS_DIALOG_END_ procedure to work correctly,
the server must previously have ended the dialog by replying with an error value other
than FEContinue (70).
This procedure does not perform any I/O operations.
Syntax
The syntax of the SERVERCLASS_DIALOG_END_ procedure is:
error returned value
INT
returns an error word containing one of the following values:
dialog-id input
INT(32):value
is the dialog identifier previously returned from the
SERVERCLASS_DIALOG_BEGIN_ call that began the dialog.
This parameter is required.
Considerations
None.
error := SERVERCLASS_DIALOG_END_ ( dialog-id ); ! i
0 (FEOK) indicates that the call was successful.
233 (FESCErr) indicates that an error occurred. You can call the
SERVERCLASS_SEND_INFO_ procedure to get more detailed
information about the error.