LU 6.2 API Application Programmer's Reference Guide (30294-90008)

84 Chapter5
Intrinsic Descriptions
MCConfirmed
MCConfirmed
Sends a positive confirmation response to the remote TP.
Syntax
I16V I32
MCConfirmed(
ResourceID
,
Status
);
Parameters
ResourceID
Required; 16-bit signed integer by value; input. This is
the unique resource ID number assigned to this
conversation when it was allocated. See MCAllocate or
MCGetAllocate, in this chapter, for more information.
Status
Required; 32-bit signed integer; output. Indicates the
result of intrinsic execution. See the “Status
Parameter” section, earlier in this chapter, for more
information.
Description
The MCConfirmed intrinsic sends a positive response to a confirmation
request that was issued by the remote. The remote TP can send a
confirmation request with the equivalent of any of the intrinsics listed
in Table 5-6. Table 5-6 also lists the conversation state of the local TP
after the remote TP issues each intrinsic.
The MCConfirmed intrinsic can be used only if the conversation was
allocated with a synchronization level of CONFIRM (that is, if the
MCAllocate or MCGetAllocate intrinsic was called with the
SyncLevel
parameter set to 0).