[DllImport("kernel32.dll", SetLastError = true)]
internal static extern IntPtr CreateMemoryResourceNotification(MemoryResourceNotificationType notificationType);
TODO
enum MemoryResourceNotificationType : int
{
LowMemoryResourceNotification = 0,
HighMemoryResourceNotification = 1,
}
Do you know one? Please contribute it!
None.
Please add some!
Please add some!