SE_serverinfo_get_readonly

Extracts READONLY from the SE_SERVERINFO object

Usage syntax

LONG SE_serverinfo_get_readonly (const SE_SERVERINFO svrInfo, BOOL *readonly);

Parameters
svrInfo The SE_SERVERINFO object
readonly READONLY value (TRUE or FALSE)
Description

This function returns the READONLY value from the SE_SERVERINFO object.

READONLY either allows or disallows edits of the geodatabase by ArcSDE clients.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_SERVERINFO_OBJECT

SE_SDE_NOT_STARTED