GetSystemDpiForProcess function user32
Retrieves the system DPI associated with a given process. This is useful for avoiding compatibility issues that arise from sharing DPI-sensitive information between multiple system-aware processes with different system DPI values.
UINT GetSystemDpiForProcess(
HANDLE hProcess
);
Implementation
int GetSystemDpiForProcess(int hProcess) => _GetSystemDpiForProcess(hProcess);