Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » MobiLink - Client Administration » Introduction to SQL Anywhere Clients for MobiLink » Dbmlsync API » Dbmlsync API for C++

 

FreeEventInfo method

Frees memory associated with a DBSC_Event structure returned by the GetEvent method.

Syntax
bool FreeEventInfo( DBSC_Event *event )
Remarks

FreeEventInfo must be called on each DBSC_Event structure returned by the GetEvent method.

Parameters
  • event   A pointer to the DBSC_Event structure to be freed.

Return value

Returns true if the memory was successfully freed.

Returns false if the memory could not be freed. When false is returned, you can call the GetErrorInfo method to get more information about the failure. See GetErrorInfo method.