z/OS Communications Server: IP Programmer's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


EZBRCIFR invocation format

z/OS Communications Server: IP Programmer's Guide and Reference
SC27-3659-02

For C/C++ callers, invoke the EZBRCIFR interface as shown in the following example:
EZBRCIFR(&RequestResponseBuffer,
          &RequestResponseBufferLength,
          &ReturnValue,
          &ReturnCode,
          &ReasonCode);
For assembler callers, invoke the EZBRCIFR interface as shown in the following example:
Name     EZBRCIFR RequestResponseBuffer,              X
            RequestResponseBufferLength,              X
            ReturnValue,                              X
            ReturnCode,                               X
            ReasonCode,                               X
            MF=(E,Plist)

Input registers

Before you invoke the EZBRCIFR interface, you do not need to place any information into any register unless you are using register notation for a particular parameter or you are using the register as a base register.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014