![]() |
![]() |
![]() |
![]() |
Remove a track session from the database
#include <mme/mme.h> int mme_rmtrksession( mme_hdl_t *hdl, uint64_t trksessionid );
mme
The function mme_rmtrksession() removes the specified track session from the trksessions table in the MME library. It also removes references to the specified track session from these other tables:
You can get the current track session for a control context by calling mme_trksession_get_info().
None delivered.
This function blocks on control contexts. It fully validates data; all arguments are checked before the call returns.
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |
mme_trksession_get_info(), mme_trksession_resume_state(), mme_set_msid_resume_trksession(), mme_newtrksession(), settrksession()
![]() |
![]() |
![]() |
![]() |