HP-UX SNAplus2 CPI-C Programmer's Guide (June 2003)
CPI-C Calls
Extract_CPIC_Side_Information (xcmesi)
Chapter 3170
example, if the hexadecimal
representation of the name is
0x21F0F0F8, set the
TP_name
parameter to the 8–character string
“21F0F0F8”.
The first character (represented by
two bytes) must be a hexadecimal
value in the range 0x0–0x3F,
excluding 0x0E and 0x0F; the
remaining characters (each
represented by two bytes) must be
valid EBCDIC characters.
side_info_entry.TP_name
TP name of the target TP.
side_info_entry.mode_name
Name of the mode used to access the
target TP.
side_info_entry.conversation_security_type
Specifies whether
the target TP uses conversation security. Possible
values are:
XC_SECURITY_NONE The target TP does not use
conversation security.
XC_SECURITY_PROGRAM The target TP uses
conversation security. The
security_user_ID
and
security_password
parameters
specified below will be used to access
the target TP.
XC_SECURITY_SAME The target TP uses conversation
security, and can accept an “already
verified” indicator from the local TP.
(This indicates that the local TP was
itself invoked by another TP, and has
verified the security user ID and
password supplied by this TP.) The
security_user_ID
parameter
specified below will be used to access
the target TP; no password is
required.