SE_version_get_info

Retrieves information about a version.

Usage syntax

LONG SE_version_get_info (SE_CONNECTION connection, const CHAR *version_name, SE_VERSIONINFO version);

Parameters
connection The connection handle
version_name The name of the version
version Pointer to a location to receive the SE_VERSIONINFO definition
Description

SE_version_get_info obtains the definition of a specific version as identified by its name. If more than one version fits, the most recently created version is returned. Information about the version is maintained in an SE_VERSIONINFO structure. The SE_VERSIONINFO object must be a valid object created by SE_versioninfo_create.

Returns

SE_SUCCESS
SE_DB_IO_ERROR

SE_INVALID_PARAM_VALUE

SE_INVALID_POINTER

SE_INVALID_VERSIONINFO_OBJECT

SE_NET_FAILURE

SE_OUT_OF_SVMEM

SE_SDE_NOT_STARTED

SE_TABLE_NOEXIST

SE_VERSION_NOEXIST