FreeStructure()

Syntax

FreeStructure(*Item)
Description
Free the dynamic structure item previously allocated with AllocateStructure(). There is no need to call ClearStructure() before freeing the structure.

Parameters

*Item The address of the dynamic structure item to free. This must be a value returned from AllocateStructure().

Return value

None.

Remarks

All remaining allocated dynamic structure items are automatically freed when the program ends.

See Also

AllocateStructure()

Supported OS

All

<- FreeMemory() - Memory Index - MemorySize() ->