Declaration
void * (_stdcall * GetMem)(unsigned int Len);
Parameters
LenSize 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.

Napíšte komentár