| SE_columninfo_get_name |
Gets column's name.
LONG SE_columninfo_get_name (const SE_COLUMNINFO column, CHAR *name);
| column | The column entry handle |
| name | The buffer to receive the column entry's column name (should be declared to be at least SE_MAX_COLUMN_LEN bytes in length). |
This function returns a copy of the column entry's name.
SE_SUCCESS
SE_INVALID_POINTER
SE_INVALID_COLUMNINFO_OBJECT
SE_SDE_NOT_STARTED