![]() |
![]() |
The dsmEndGetData function call ends a dsmBeginGetData session that obtains objects from storage.
The dsmEndGetData function call starts after all objects that you want to restore are processed, or ends the get process prematurely. Call dsmEndGetData to end a dsmBeginGetData session before you can continue other processing.
Depending on when dsmEndGetData is called, the API might need to finish processing a partial data stream before the process can be stopped. The caller, therefore, should not expect an immediate return from this call. Use dsmTerminate if the application needs to close the session and end the restore immediately.
dsInt16_t dsmEndGetData (dsUint32_t dsmHandle);
Parameters
Return Codes
There are no return codes that are specific to this call.