Vidíte historickú verziu tejto stránky. Pozrite si aktuálnu verziu.

Porovnať s aktuálnou verziou Zobraziť históriu stránky

Verzia 1 Aktuálny »


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.


  • Žiadne štítky