| SE_version_get_info_by_id |
Retrieves information about a version by its ID.
LONG SE_version_get_info_by_id (SE_CONNECTION connection, LONG *version_id, SE_VERSIONINFO version);
| connection | The connection handle |
| version_id | The ID of the version |
| version | Pointer to a location to receive the SE_VERSIONINFO definition |
SE_version_get_info_by_id obtains the definition of a specific version as identified by its ID. 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.
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