Declaration
void * (_stdcall * GetMem)(unsigned int Len);

Parameters
Len Size of required memory block.

Description

The function allocates the memory with required size.


Return value

Memory block address, or NULL if there is an error.