Frees memory associated with a DBSC_Event structure returned by the GetEvent method.
bool FreeEventInfo( DBSC_Event *event )
FreeEventInfo must be called on each DBSC_Event structure returned by the GetEvent method.
event A pointer to the DBSC_Event structure to be freed.
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.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |