DCE Application Programming Guide

NonStop DCE Jacket Functions
HP NonStop DCE Application Programming Guide429551-003
C-7
SERVERCLASS_DIALOG_BEGIN_
SERVERCLASS_DIALOG_BEGIN_
The reference pages for the SERVERCLASS_DIALOG_BEGIN_ jacket functions are in
these figures:
Figure C-3 on page C-7 DCE_SERVERCLASS_DIALOG_BEGIN_(3)
Figure C-2
on page C-5 DCE_SERVERCLASS_SEND_INFO_(3)
Figure C-3. DCE_SERVERCLASS_DIALOG_BEGIN_(3) Reference
Page (page1of4)
NAME
DCE_SERVERCLASS_DIALOG_BEGIN_ - Initiates the dialog and also send the
first message of the dialog to the server process in the Pathway server class. This proce-
dure performs an I/O operation
SYNOPSIS
#include <dce/cma.h>
signed16 DCE_SERVERCLASS_DIALOG_BEGIN_(
signed32 *dialog_id,
char *pathmon_process_name,
signed16 pathmon_process_name_len,
char *server_class_name,
signed16 server_class_name_len,
char *message_buffer,)
signed16 request_len,
signed16 maximum_reply_len,
[signed16 *actual_reply_len],
[signed32 timeout],
[unsigned16 flags],
[signed16 *sc_send_opnum],
[signed32 tag]
);