Related pages:
Prehľad
Nástroje obsahu
void * (_stdcall * GetMem)(unsigned int Len);
Len | Size of required memory block. |
The function allocates the memory with the required size.
Memory block address, or NULL if there is an error.
Related pages:
Pridať komentár