DCE Application Programming Guide
NonStop DCE Jacket Functions
HP NonStop DCE Application Programming Guide—429551-003
C-2
SERVERCLASS_SEND_
Figure C-1. DCE_SERVERCLASS_SEND_(3) Reference Page (page 1 of 3)
NAME
DCE_SERVERCLASS_SEND_ - Sends a message to and receives a reply message
from a server process in a Pathway server class
SYNOPSIS
#include <dce/cma.h>
signed16 DCE_SERVERCLASS_SEND_(
char * pathmon_process_name,
signed16 pathmon_process_name_len,
char * server_class_name,
signed16 server_class_name_len,
void * message_buffer,
signed16 request_len,
signed16 maximum_reply_len,
[signed16 *actual_reply_len],
[signed32 timeout],
[unsigned16 flags],
[signed16 *sc_send_opnum],
[signed32 tag]
);
PARAMETERS
Input
pathmon_process_name
Contains the external process name of the PATHMON process controlling
the server class (for example, $PM or \AB.$PM).
pathmon_process_name_len
Contains the character length of pathmon_process_name.
server_class_name
Contains the name of the server class to send to.
server_class_name_len
Contains the character length of server_class_name.
message_buffer
Contains the message to send to the server class.
request_len Contains the byte length of the data contained in message_buffer.
maximum_reply_len
Contains the maximum number of bytes expected in the reply message
from the server class.