Synopsis
PDX_BOOL mda_IsDbptrAllocated(long option, MDA_PTR db_ptr)
Purpose
Determine if reserved entity has been allocated
Description
The specified db_ptr will be checked to determine if it has been allocated or not. This function is useful when using mda_ReserveEntity and mda_AllocateEntity when it is uncertain if a reserved entity has been allocated or not.
Input
option
Options (not used)
db_ptr
Database pointer to check
Return
PDX_TRUE or PDX_FALSE