Main Page | Modules | File List | File Members

Library's main functions

List of the Library's functions who do the library running. More...

Functions

GSbool RegServerLibrary_Initialize ()
 Initialize the libary.

GSbool RegServerLibrary_Uninitialize ()
 Uninitialize the library.

GSvoid RegServer_Engine ()
 Do the library work.


Detailed Description

Functions who do the library running.

Function Documentation

GSvoid RegServer_Engine  ) 
 

Description:
Updates the connection between the client and the server, and handles the delivery of queued up messages and reception of messages. This function must be called regularly to ensure that the library will run smoothly.

GSbool RegServerLibrary_Initialize  ) 
 

Description:
Initialize the library, this function must be called before all other library functions.
Returns:
The function succed
Return values:
GS_TRUE Success
GS_FALSE Failure

GSbool RegServerLibrary_Uninitialize  ) 
 

Description:
Unload the library and free it's resources.
Returns:
Status of the function call
Return values:
GS_TRUE Success
GS_FALSE Failure


Ubi.com GameService SDK - ©UbiSoft Entertainment 2002
GameService development team