This function provides a simple memory allocation/tracking mechanism. You can allocate memory with this function and, when you CloseLibrary(ArpBase) or ArpExit(code), the memory will be automatically freed for you. You can make multiple calls to ArpAlloc(), each allocation will be tracked.
INPUTS
size_in_bytes
Amount of memory required.
RESULT
Pointer to a memory block with attributes (MEMF_PUBLIC | MEMF_CLEAR), or zero, if an error occurred. WARNINGS/ADDITIONAL CONSIDERATIONS REMEMBER: You must call CloseLibrary(ArpBase) for the resource freeing to occur.