Synopsis
PDX_MSGT mda_MarkEntityModified(long option, MDA_PTR db_ptr)
Purpose
Mark an entity as being modified.
Description
The specified entity will be marked as having been modified. Can only be called with an entity which has been read/write locked. Calling this function has the same effect as passing the MDA_MODIFIED option to mda_UnlockEntity. This function can be called multiple times for the same entity.
Input
option
Options (not used)
db_ptr
Entity to be marked as modified
Return
MDA error code