Synopsis
(macro) void * mda_GetLockedAddr(MDA_PTR db_ptr)
Purpose
Get the address of a locked entity.
Description
The address of a previously locked entity is returned. The entity is assumed to be locked as no error checking is performed. This function should only be used when it is known that the entity is locked, otherwise the return value is undefined.
Input
db_ptr
Entity whose address is to be returned.
Return
The memory address of the entity structure.