zStatus zFireSync_ReadFile(zFireSync fireSync, const zChar* fileName, zByte** data, zUIntPtr* size);
|
Parameters |
Description |
|
zFireSync fireSync |
zFireSync object. |
|
const zChar* fileName |
Name of the file to read. |
|
zByte** data |
Receives contents of the file (see notes). |
|
zUIntPtr* size |
Receives size of the file, in bytes. |
Reads the specified file from FireSync server.
This function uses the Control channel. Memory allocated and returned by this function should be freed using the zFree function.
zFireSync.h