PushHeap

Top  Previous  Next

Syntax

PushHeap(lpMem as UINT)

Description

Pushes a heap pointer onto the heap stack. Used internally by string functions.

Parameters

lpMem - Heap pointer

Return value

None

Remarks

Only for use by command implementers. Do not call this function from high level code as severe memory corruption can occur.

See Also: HeapClear

Example usage

None