EXTERNRT int rtxDynPtrArrayAppend(OSCTXT *pctxt, OSRTDynPtrArray *pArray, void *ptr)
This function adds a pointer to the end of the array and expands the array if necessary.
EXTERNRT int rtxDynPtrArrayInit(OSCTXT *pctxt, OSRTDynPtrArray *pArray, OSUINT16 initialSize)
This function initializes a new dynamic pointer array structure.
Common run-time context definitions.