HP-UX SNAplus2 CPI-C Programmer's Guide (June 2003)

CPI-C Calls
Extract_Sync_Level (cmesl)
Chapter 3 183
Extract_Sync_Level (cmesl)
The Extract_Sync_Level call returns the synchronization level for a
specified conversation.
Function Call
void cmesl (
unsigned char CM_PTR conversation_ID,
CM_INT32 CM_PTR sync_level,
CM_RETURN_CODE CM_PTR return_code
);
Function Call for Java CPI-C
public native void cmesl (
byte[] conversation_ID,
CPICSyncLevel sync_level,
CPICReturnCode return_code
);
Supplied Parameters
The supplied parameter is:
conversation_ID
This is the identifier for the conversation. The value of
this parameter was returned by the
Initialize_Conversation, Initialize_For_Incoming, or
Accept_Conversation call.
Returned Parameters
After the verb executes, SNAplus2 returns parameters to indicate
whether the execution was successful and, if not, to indicate the reason
the execution was unsuccessful.
sync_level
This parameter indicates the synchronization level of
the conversation. Possible values are:
CM_NONE The programs will not perform
confirmation processing.