SE_xmltaginfo_get_data_type

Returns the XML tag's data type.

Usage syntax

LONG SE_xmltaginfo_get_data_type
(SE_XMLTAGINFO tag,
LONG *datatype);

Parameters

tag

The XML tag information object.

datatype

Pointer to the LONG variable to receive the tag data type.

Description

This function returns the data type contained in the XML tag information object. The data type will be one of these values.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_XMLTAG_OBJECT

SE_SDE_NOT_STARTED