SE_state_get_info64 |
Retrieves information about a state by 64-bit ID, including lineage information
LONG SE_state_get_info64(SE_CONNECTION connection, SE_STATE_ID
state_id, SE_STATEINFO state);
connection | The connection handle |
state_id | The state ID |
state | Pointer to a location to receive the SE_STATEINFO definition |
This function obtains the definition of a specific state as identified by its ID. Use SE_BASE_STATE_ID in the state_id parameter to retrieve the root of the state tree. Information about the state is maintained in an SE_STATEINFO structure. The SE_STATEINFO object must be a valid object created by SE_stateinfo_create64().
SE_state_get_info64() differs from SE_state_get_base_info64() in that SE_state_get_info64() obtains the states lineage.
SE_SUCCESS
SE_DB_IO_ERROR
SE_INVALID_STATE_ID
SE_INVALID_STATEINFO_OBJECT
SE_NET_FAILURE
SE_SDE_NOT_STARTED
SE_STATE_NOEXIST
SE_TABLE_NOEXIST