Querymemoryresourcenotification
[DllImport("Kernel32.dll")][return: MarshalAs(UnmanagedType.Bool)]
public static extern bool QueryMemoryResourceNotification(IntPtr ResourceNotificationHandle,
out bool ResourceState
);
Microsoft documentation: Link
Last updated