Zen API
zFireSync_GetUpgradeLog
C
zStatus zFireSync_GetUpgradeLog(zFireSync fireSync, zByte** data, zUIntPtr* size);
Parameters
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. 
Description

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.

File

zFireSync.h

Copyright (c) 2008-2010 by LMI Technologies Inc. All rights reserved.