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.

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

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 multithread mode. Possible values include:
  • DSM_SINGLETHREAD
  • DSM_MULTITHREAD