SE_serverinfo_get_holdlogpooltables

Extracts HOLDLOGPOOLTABLES from the SE_SERVERINFO object.

Usage syntax

LONG SE_serverinfo_get_holdlogpooltables (const SE_SERVERINFO svrInfo, BOOL *holdlogpooltables);

Parameters
svrInfo The SE_SERVERINFO object
holdlogpooltables HOLDLOGPOOLTABLES value (TRUE or FALSE)
Description

This function returns the HOLDLOGPOOLTABLES value from the SE_SERVERINFO object.

The value of the HOLDLOGPOOLTABLES parameter determines whether session-based log file tables that have been checked out of the session log file pool are re-used until client applications disconnect.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_SERVERINFO_OBJECT

SE_SDE_NOT_STARTED