SE_xmltaginfo_set_description

Sets the XML tag's description.

Usage syntax

LONG SE_xmltaginfo_set_description
(SE_XMLTAGINFO tag,
const CHAR *description);

Parameters

tag

The XML tag information object.

description

The tag's description.

Description

This function sets the description contained in the XML tag information object.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_PARAM_VALUE

SE_INVALID_XMLTAG_OBJECT

SE_SDE_NOT_STARTED