LOCALINFO

3.1

#include <toolhelp.h>

typedef struct tagLOCALINFO {  /* li */
    DWORD  dwSize;
    WORD   wcItems;
} LOCALINFO;

The LOCALINFO structure contains information about the local heap.

Members

dwSize

Specifies the size of the LOCALINFO structure, in bytes.

wcItems

Specifies the total number of items on the local heap.

See Also

LocalInfo, LOCALENTRY