SaveData
Function Usage
The caller constructs an ArchiveResultSaved object and saves the archive or archive merging result to the object.
Prototype
APP_ERROR SaveData(ArchiveResultSaved &somedata);
Parameter Description
Parameter |
Description |
|---|---|
somedata |
Object of the ArchiveResultSaved type. This parameter is passed by reference and is used to save the archive or archive merging result. |
Response Parameters
Data Structure |
Description |
|---|---|
APP_ERROR |
|
Parent topic: Setting Output Data