zStatus zFireSync_Construct(zFireSync* fireSync);
|
Parameters |
Description |
|
zFireSync* fireSync |
Receives a handle to the constructed object. |
Constructs a zFireSync object.
Constructing a zFireSync object does not automatically open server connections; use zFireSync_Connect to establish connections. The functions in this class do not protect against access from multiple threads.
zFireSync.h