lrd_session_end
Example: lrd_session_end | Oracle 8.0 Functions |
Ends a user session for a server. (Oracle 8 and later)
LRDRET lrd_session_end( void const *mpvLRDDBIHandleSvcCtx, void const *mpvLRDDBIHandleSession, long const mliMode,
int const miDBErrorSeverity );
mpvLRDDBIHandleSvcCtx | A pointer to an LRDDBI service context handle. |
mpvLRDDBIHandleSession | A pointer to an LRDDBI session handle. |
mliMode | The mode of operation. Only a zero value is supported. |
miDBErrorSeverity | The Error Severity Levels of a failure in a database routine. |
The lrd_session_end function ends a user session for a server. This function is only supported for Oracle 8.0 and higher.
For additional details, refer to the Function Header File lrd.h.
Return Values
See LRD Return Values.
Parameterization
You cannot use standard parameterization for any arguments in this function.