SE_state_get_info_list |
Retrieves an array of SE_STATEINFO structures for all accessible states
LONG SE_state_get_info_list (SE_CONNECTION connection, const CHAR *where_clause, SE_STATEINFO **state_list, LONG *count);
connection | The connection handle |
where_clause | Specifies values of desired state properties; if NULL, all states are returned. |
state_list | Address of a pointer in a dynamically allocated space that will contain an array of SE_STATEINFO structures |
count | The number of states in the SE_STATEINFO list |
SE_state_get_info_list returns an array of SE_STATEINFO pointers that are defined. The total number of state structures is returned in the count parameter. The application must free the state_list to reclaim the memory allocated by this function.
SE_SUCCESS
SE_DB_IO_ERROR
SE_INVALID_POINTER
SE_NET_FAILURE
SE_OUT_OF_CLMEM
SE_OUT_OF_SVMEM
SE_SDE_NOT_STARTED
SE_TABLE_NOEXIST