SE_xmlcolumninfo_get_id
Returns the XML column's ID from an SE_XMLCOLUMNINFO object.
Usage syntax
LONG SE_xmlcolumninfo_get_id
(const SE_XMLCOLUMNINFO columninfo,
LONG *id);
Parameters
|
columninfo |
The SE_XMLCOLUMNINFO object. |
|
id |
Pointer to the LONG variable to receive the ID. |
Description
This function retrieves the XML column ID number contained in the specified SE_XMLCOLUMNINFO object.
Returns
SE_SUCCESS
SE_INVALID_POINTER
SE_INVALID_XMLCOLUMN_OBJECT
SE_OUT_OF_CLMEM
SE_SDE_NOT_STARTED
Notes