Open System Services System Calls Reference Manual (G06.25+, H06.03+)
spthread.h(4) OSS System Calls Reference Manual
short SPT_ABORTTRANSACTION( void );
short SPT_BEGINTRANSACTION( long * transaction_tag );
short SPT_ENDTRANSACTION( void );
short SPT_RESUMETRANSACTION( long transaction_tag );
short SPT_SERVERCLASS_DIALOG_BEGIN_ (
long *dialogId, char * pathmon, short pathmonbytes,
char * serverclass, short serverclassbytes,
char * messagebuffer,
short requestbytes, short maximumreplybytes,
short * actualreplybytes,
long timeout, short flags,
short * scsoperationnumber, long tag );
short SPT_SERVERCLASS_DIALOG_SEND_ (
long dialogId, char * messagebuffer,
short requestbytes, short maximumreplybytes,
short * actualreplybytes,
long timeout, short flags,
short * scsoperationnumber, long tag );
short SPT_SERVERCLASS_DIALOG_END_ ( long dialogId );
short SPT_SERVERCLASS_DIALOG_ABORT_ ( long dialogId );
short SPT_SERVERCLASS_SEND_INFO_ (
short * serverclasserror,
short * filesystemerror );
short SPT_SERVERCLASS_SEND_ (
char * pathmon, short pathmonbytes,
char * serverclass, short serverclassbytes,
char * messagebuffer,
short requestbytes, short maximumreplybytes,
short * actualreplybytes,
long timeout, short flags,
short * scsoperationnumber, long tag );
short SPT_TMF_GetTxHandle(
SPT_TMF_TxHandle_t *tx_handle );
short SPT_TMF_Init( void );
short SPT_TMF_SetTxHandle(
SPT_TMF_TxHandle_t *tx_handle );
spt_error_t spt_regPathsendFile( const short );
spt_error_t spt_regPathsendTagHandler(
const long,
spt_FileIOHandler_p,
void * );
spt_error_t spt_unregPathsendTagHandler(
const long );
11−30 Hewlett-Packard Company 527186-003