lrd_free_connection
Example: lrd_free_connection | Access Management Functions |
Frees a connection structure.
LRDRET lrd_free_connection( LRD_CONNECTION **mpptConnection, long mliOption, int miDBErrorSeverity );
mpptConnection | A pointer to a pointer to an LRD_CONNECTION structure. |
mliOption | One of the Free Connection options ( Currently NULL). |
miDBErrorSeverity | The Error Severity Levels of a failure in a database routine. |
The lrd_free_connection frees an LRD_CONNECTION structure created by lrd_alloc_connection.
For more details refer to the Function Header File lrd.h in the include directory.
Return Values
See LRD Return Values.
Parameterization
You cannot use standard parameterization for any arguments in this function.