IsProcessDPIAware function user32

int IsProcessDPIAware()

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();