Heap32ListNext

[DllImport("Kernel32.dll")][return: MarshalAs(UnmanagedType.Bool)]
public static extern bool Heap32ListNext(
   IntPtr hSnapshot,
   ref HEAPLIST32 lphl
);

Microsoft documentation: Link

Last updated