Synopsis

(macro) void * mda_GetTraverseAddr(void)

Purpose

Get the address of the current array pointer.

Description

This function should only be called from a function passed to mda_TraverseEntity. The address of the current array pointer is returned. This function assumes that the current field being processed by the traverse function is either a pointer to fixed or variable array. See mda_TraverseEntity for further information.

Return

The memory address of the array pointer