zStatus zFireSync_GetUpgradeLog(zFireSync fireSync, zByte** data, zUIntPtr* size);
|
Parameters |
Description |
|
zFireSync fireSync |
zFireSync object. |
|
zByte** data |
Receives the upgrade log file (see note). |
|
zUIntPtr* size |
Receives the size of the upgrade log file, in bytes. |
In the event of an upgrade failure, this function can be used to retrieve a server log file.
This function uses the Upgrade channel. Memory allocated and returned by this function should be freed using the zFree function.
zFireSync.h