SE_versioninfo_get_parent_name

Retrieves the name of the version from which the specified version was created

Usage syntax

LONG SE_versioninfo_get_parent_name (const SE_VERSIONINFO version, CHAR *parent_name);

Parameters
version The versioninfo handle
parent_name The parent name
Description

SE_versioninfo_get_parent_name retrieves the parent name of the version. Allocate at least SE_QUALIFIED_VERSION_LEN character for the parent_name parameter plus one character for the terminating null character.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_VERSIONINFO_OBJECT

SE_NET_FAILURE

SE_SDE_NOT_STARTED