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

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.

File

zFireSync.h

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