Open System Services Library Calls Reference Manual (G06.29+, H06.08+, J06.03+)
PUT_SERVERCLASS_DIALOG_BEGIN_(3) OSS Library Calls Reference Manual
NAME
PUT_SERVERCLASS_DIALOG_BEGIN_ - Initiates the dialog and also sends the first mes-
sage of the dialog to the server instance in the Pathway serverclass
LIBRARY
32-bit H-series and J-series OSS processes: /G/system/zdllnnn/zputdll |
64-bit H-series and J-series OSS processes: /G/system/zdllnnn/yputdll |
SYNOPSIS
#include <pthread.h>
short PUT_SERVERCLASS_DIALOG_BEGIN_( |
int *dialogid,
char * pathmon,
short pathmonbytes,|
char * serverclass,
short serverclassbytes,|
char * messagebuffer,|
short requestbytes,|
short maximumreplybytes,|
short *actualreplybytes,|
int timeout,|
short flags,|
short *scsoperationnumber,|
long tag);
PARAMETERS
Input
pathmon Contains the external process name of the PATHMON process controlling the
server class (for example, $PM or \AB.$PM).
pathmonbytes Contains the character length of pathmon.
serverclass Contains the name of the server class to send to.
serverclassbytes
Contains the character length of serverclass.
messagebuffer Contains the message to send to the server class.
requestbytes Contains the byte length of the data contained in messagebuffer.
maximumreplybytes
Contains the maximum number of bytes that are expected in the reply message
from the server class.
timeout (Optional) Contains the maximum amount of time, in hundredths of a second,
that LINKMON waits for the completion of this send. This value must be either
-1 or greater than 0 (zero). The default value is -1 (wait indefinitely).
If the begin is still in progess when this timeout expires, then the begin is can-
celed. An error value of 233 (FEScError) is returned;
PUT_SERVERCLASS_SEND_INFO_( ) reports Pathsend error 918 (FEScSen-
dOperationAborted) and Guardian file-system error 40.
5−98 Hewlett-Packard Company 527187-017