Tivoli Header

Tivoli Storage Manager Using the Application Program Interface

dsmEndSendObjEx

The dsmEndSendObjEx function call provides compression information and the number of bytes that were sent. It is an extension of the dsmEndSendObj function call.

Syntax

dsInt16_t dsmEndSendObjEx (dsmEndSendObjExIn_t  *dsmEndSendObjExInP, 
                           dsmEndSendObjExOut_t *dsmEndSendObjExOutP);   

Parameters

dsmEndSendObjExIn_t *dsmEndSendObjExInP (I)
This parameter passes the end send object information.

dsmHandle
The handle that identifies the session and associates it with subsequent calls.

dsmEndSendObjExOut_t *dsmEndSendObjExOutP (O)
This parameter passes the end send object information:
totalBytesSent The total number of bytes that are read from the application.
objCompressed A flag that displays if the object was compressed.
totalCompressedSize The total byte size after compression.
totalLFBytesSent The total LAN-free bytes that were sent.

Return Codes

The return code numbers are provided in parentheses ( ).

Table 25. Return Codes for dsmEndSendObjEx

Return Code Explanation
DSM_RC_NO_MEMORY (102) There is no RAM remaining to complete this request.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]