PROCESS_DPI_AWARENESS Enumeration

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Fields
 
Name Value Description
PROCESS_DPI_UNAWARE 0
PROCESS_PER_MONITOR_DPI_Aware 2
PROCESS_SYSTEM_DPI_AWARE 1
[Flags]
 public enum PROCESS_DPI_AWARENESS : int
 {
     PROCESS_DPI_UNAWARE = 0,
     PROCESS_SYSTEM_DPI_AWARE = 1,
     PROCESS_PER_MONITOR_DPI_Aware = 2
 }
					
This language is not supported or no code example is available.

In this article

Definition