SE_serverinfo_get_layerautolocking

Returns LAYER_AUTOLOCKING from the SE_SERVERINFO object

Usage syntax

LONG SE_serverinfo_get_layerautolocking (const SE_SERVERINFO svrInfo, BOOL *layerautolock)

Parameters
svrInfo The opaque SE_SERVERINFO object to query
layerautolock The svrInfo's layer_autolocking
Description

This function extracts the LAYERAUTOLOCKING value from the SE_SERVERINFO structure.

The LAYERAUTOLOCKING parameter was added for backward compatibility (pre 9.0). It allows users to continue using autolocking if they have custom applications that rely on it.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_SERVERINFO_OBJECT
SE_SDE_NOT_STARTED