IsProcessDPIAware function user32
Determines whether the current process is dots per inch (dpi) aware such that it adjusts the sizes of UI elements to compensate for the dpi setting.
BOOL IsProcessDPIAware();
Implementation
int IsProcessDPIAware() => _IsProcessDPIAware();