Synopsis
PDX_MSGT mda_RemoveFromEntityList(MDA_ENTITY_LIST *list, int thread, MDA_PTR db_ptr)
Purpose
Remove an entity from an entity list.
Description
The entity is removed from the entity list and the list is reset. Attempting to remove an entity which is not in the specified list will cause unpredictable results.
Input
list
The entity list to remove db_ptr from
thread
The thread within list to remove db_ptr from
db_ptr
The entity to be removed
Return
MDA error code