OSI/MHS P7 Application Programmatic Interface (P7 API) Manual

OSI/MHS P7 Application Programmatic Interface (P7 API) Manual424825-001
C-1
C
Summary of P7 API Procedure
Calls for the C Language
This appendix provides a summary of the P7 API procedure calls for use in C language
programs. For a description of each procedure and its arguments (parameters), see
Section 3, “Procedure Calls.” For information about interpreting C language syntax, see
Compaq’s C Reference Manual.
An asterisk (*) indicates that the parameter is a pointer.
status
tal extensible long int LOS_CLOSE_ (
intsendFileNum,
intresultFileNum);
status
tal extensible long int LOS_DT_FINISH_RESULT_ (
intresultFileNum,
extptr long int *bufferPtr,
extptr long int *bufferLen,
long intmaxBufferLen,
extptr int *dataType,
extptr int *moreData);
status
tal extensible long int LOS_DT_FINISH_SEND_ (
intsendFileNum,
extptr int *bufferPtr);
status
tal extensible long int LOS_DT_SEND_ (
intsendFileNum,
extptr int *bufferPtr,
long intbufferLen,
long intmaxBufferLen,
intmoreData,
int dataType);
status
tal extensible long int LOS_INITIALIZE_ (void);
status
tal extensible long int LOS_OPEN_ (
extptr int *mhsMgrName,
intwaitFlag,
extptr int *buffer1Ptr,
extptr int *buffer2Ptr,
extptr int *sendFileNum,
extptr int *resultFileNum);