SE_xmltaginfo_get_alias

Returns the XML tag's numeric alias.

Usage syntax

LONG SE_xmltaginfo_get_alias
(SE_XMLTAGINFO tag,
LONG *alias);

Parameters

tag

The XML tag information object.

alias

Pointer to the LONG variable to receive the alias value.

Description

This function returns the numeric alias contained in the XML tag information object. When the value is zero, the tag is considered to not have an alias.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_XMLTAG_OBJECT

SE_SDE_NOT_STARTED