GetMem
Declaration
void * (_stdcall * GetMem)(unsigned int Len);Parameters
Len | Size of required memory block. |
Description
The function allocates the memory with the required size.
Return value
Memory block address, or NULL if there is an error.
Related pages: