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