Tivoli Header

Tivoli Storage Manager Using the Application Program Interface

dsmCleanUp

The dsmCleanUp function call is used if dsmSetUp was called. The dsmCleanUp function call should be called after dsmTerminate. You cannot make any other calls after you call dsmCleanUp.

Syntax

dsInt16_t DSMLINKAGE dsmCleanUp
    (dsBool_t        mtFlag);  

Parameters

dsBool_t mtFlag (I)
This parameter specifies that the API was used either in a single thread, or a multi-thread mode. Possible values include:
DSM_SINGLETHREAD
DSM_MULTITHREAD

Return Codes

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


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