Tivoli Header

Tivoli Storage Manager Using the Application Program Interface

dsmEndGetDataEx

The dsmEndGetDataEx function call provides the total of LAN-free bytes that were sent. It is an extension of the dsmEndGetData function call.

Syntax

dsInt16_t dsmEndGetDataEx (dsmEndGetDataExIn_t * dsmEndGetDataExInP,
 	                        dsmEndGetDataExOut_t * dsmEndGetDataExOutP); 

Parameters

dsmEndGetDataExIn_t * dsmEndGetDataExInP (I)
Passes the end get object information.

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

dsmEndGetDataExOut_t * dsmEndGetDataExOutP (O)
This structure contains this input parameter:

totalLFBytesRecv
The total LAN-free bytes that are received.

Return Codes

There are no return codes that are specific to this call.


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