MemSize

Top  Previous  Next

Memory size determine.

Parametre

perch (void *) [IN]

Any block whose memory size should be determined.

Result

(unsigned long int) [OUT]

Size of the storage area.

Declaration

#include "basic.h"

 

unsigned long int DLLENTRY MemSize (

void * perch

);