#include <toolhelp.h>
typedef struct tagLOCALINFO { /* li */
DWORD dwSize;
WORD wcItems;
} LOCALINFO;
The LOCALINFO structure contains information about the local heap.
dwSize
Specifies the size of the LOCALINFO structure, in bytes.
wcItems
Specifies the total number of items on the local heap.