SE_versioninfo_set_description

Sets the version description.

Usage syntax

LONG SE_versioninfo_set_description (SE_VERSIONINFO version, const CHAR *description);

Parameters
version The versioninfo handle
description The version description
Description

SE_versioninfo_set_description sets the description for a specific version. The description parameter can be at most SE_MAX_DESCRIPTION_LEN bytes long.

Returns

SE_SUCCESS
SE_INVALID_PARAM_VALUE

SE_INVALID_POINTER

SE_INVALID_VERSIONINFO_OBJECT

SE_NET_FAILURE

SE_SDE_NOT_STARTED