DCE Application Programming Guide

NonStop DCE Jacket Functions
HP NonStop DCE Application Programming Guide429551-003
C-16
SERVERCLASS_DIALOG_ABORT_
SERVERCLASS_DIALOG_ABORT_
The reference pages for the SERVERCLASS_DIALOG_ABORT_ jacket functions are
in:
Figure C-6 on page C-16 DCE_SERVERCLASS_DIALOG_ABORT_(3)
Figure C-2
on page C-5 DCE_SERVERCLASS_SEND_INFO_(3)
Figure C-6. DCE_SERVERCLASS_DIALOG_ABORT_(3) Reference Page
NAME
DCE_SERVERCLASS_DIALOG_ABORT_ - Aborts the dialog specified by the dialog ID. This
procedure doesn't perform I/O operations.
SYNOPSIS
#include <dce/cma.h>
signed16 DCE_SERVERCLASS_DIALOG_ABORT_(
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_ABORT_() procedure aborts the specified dialog. A call to
DCE_SERVERCLASS_DIALOG_BEGIN_() to begin a dialog must be matched by a call to
DCE_SERVERCLASS_DIALOG_ABORT_() or DCE_SERVERCLASS_DIALOG_END_()
at the end of the dialog.
RETURN VALUES
The function returns the following Guardian file-system error numbers:
0 (zero) (FEOK)
If the DCE_SERVERCLASS_DIALOG_ABORT_( ) 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_BEGIN_(3),
DCE_SERVERCLASS_DIALOG_END_(3).
Books: TS/MP Pathsend and Server Programming Manual.