DCE Application Programming Guide

NonStop DCE Jacket Functions
HP NonStop DCE Application Programming Guide429551-003
C-15
SERVERCLASS_DIALOG_END_
SERVERCLASS_DIALOG_END_
The reference pages for the SERVERCLASS_DIALOG_END_ jacket functions are in:
Figure C-5 on page C-15 DCE_SERVERCLASS_DIALOG_END_(3)
Figure C-2
on page C-5 DCE_SERVERCLASS_SEND_INFO_(3)
Figure C-5. DCE_SERVERCLASS_DIALOG_END_(3) Reference Page
NAME
DCE_SERVERCLASS_DIALOG_END_ - ends the dialog corresponding to the dialog id. This
procedure does not perform an I/O operation.
SYNOPSIS
#include <dce/cma.h>
signed16 DCE_SERVERCLASS_DIALOG_END_(
signed32 dialog_id );
PAR AMETERS
Input
dialog_id
It is the dialog identifier previously returned from the
DCE_SERVERCLASS_DIALOG_BEGIN_( ) call that began the dialog.
DESCRIPTION
The DCE_SERVERCLASS_DIALOG_END_() procedure cleans up resources for the specified
dialog after the server has ended it. A call to DCE_SERVERCLASS_DIALOG_BEGIN_() must
be matched by a call to DCE_SERVERCLASS_DIALOG_ABORT_ or
DCE_SERVERCLASS_DIALOG_END_() at the end of the dialog. For the
DCE_SERVERCLASS_DIALOG_END_() procedure to work correctly the server must
previously have ended the dialog by replying with an error value 0 (FEOK).
RETURN VALUES
0 (zero) (FEOK)
if the DCE_SERVERCLASS_DIALOG_END_() operation completed successfully.
233 (FEScError)
Call DCE_SERVERCLASS_SEND_INFO_() to get more information about the error.
RELATED INFORMATION
Functions: DCE_SERVERCLASS_SEND_INFO_(3) ,
DCE_SERVERCLASS_DIALOG_ABORT_(3),
DCE_SERVERCLASS_DIALOG_BEGIN_(3).
Books: TS/MP Pathsend and Server Programming Manual.