SE_xmlcolumninfo_get_minimum_id

Returns the minimum ID from an SE_XMLCOLUMNINFO object.

Usage syntax

LONG SE_xmlcolumninfo_get_minimum_id
(const SE_XMLCOLUMNINFO columninfo,
LONG *min_id);

Parameters

columninfo

The SE_XMLCOLUMNINFO object.

min_id

Pointer to the LONG variable to receive the minimum ID.

Description

This function retrieves the XML minimum ID value contained in the specified SE_XMLCOLUMNINFO object.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_XMLCOLUMN_OBJECT

SE_SDE_NOT_STARTED