Desktop Functions: Smart Device Functions:
|
Search Results for "HEAPLIST32" in [All]Structures1: HEAPLIST32
kernel32
static extern bool Heap32ListFirst(IntPtr hSnapshot, ref HEAPLIST32 lphl);
HEAPLIST32 hlist = new ToolHelp.HEAPLIST32();
static extern bool Heap32ListNext(IntPtr hSnapshot, ref HEAPLIST32 lphl); |