Heap32ListFirst
[DllImport("Kernel32.dll")][return: MarshalAs(UnmanagedType.Bool)]
public static extern bool Heap32ListFirst(
IntPtr hSnapshot,
ref HEAPLIST32 lphl
);
Microsoft documentation: Link
Last updated
[DllImport("Kernel32.dll")][return: MarshalAs(UnmanagedType.Bool)]
public static extern bool Heap32ListFirst(
IntPtr hSnapshot,
ref HEAPLIST32 lphl
);
Microsoft documentation: Link
Last updated