OSI/MHS Gateway Programmatic Interface (GPI) Reference Manual

Procedure Calls
OSI/MHS Gateway Programmatic Interface (GPI) Reference Manual522223-001
4-50
GPI_STATUS_
request-type output
INT .EXT:ref:1
contains the request type for the most recent GPI error in the specified context. The
request type identifies the GPI procedure in which the returned error occurred.
The values of request type and the procedures they identify are as follows:
old-status output
INT .EXT:ref:1
contains the original status returned for the most recent GPI error in the specified
context. Typically, this is the status that caused you to call GPI_STATUS_ for more
information. For values of status, see Appendix B, Return Codes
.
Request Type Value Procedure Name
ZGPI-RT-NULL No request in progress
ZGPI-RT-EM-INITIALIZE GPI_INITIALIZE_
ZGPI-RT-EM-OPEN GPI_OPEN_
ZGPI-RT-EM-CLOSE GPI_CLOSE_
ZGPI-RT-EM-STATUS GPI_STATUS_
ZGPI-RT-MT-WAIT GPI_MT_WAIT_
ZGPI-RT-MT-START-XFER-IN GPI_MT_START_TRANSFER_IN_
ZGPI-RT-MT-FINISH-XFER-IN GPI_MT_FINISH_TRANSFER_IN_
ZGPI-RT-MT-XFER-OUT GPI_MT_TRANSFER_OUT_
ZGPI-RT-OM-COPY GPI_OM_COPY_
ZGPI-RT-OM-CREATE GPI_OM_CREATE_
ZGPI-RT-OM-DELETE GPI_OM_DELETE_
ZGPI-RT-OM-EXAMINE GPI_OM_EXAMINE_
ZGPI-RT-OM-FETCH GPI_OM_FETCH_
ZGPI-RT-OM-INSERT GPI_OM_INSERT_
ZGPI-RT-OM-LIST GPI_OM_LIST_
ZGPI-RT-OM-READ GPI_OM_READ_
ZGPI-RT-OM-REMOVE GPI_OM_REMOVE
ZGPI-RT-OM-WRITE GPI_OM_WRITE_