<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > Windows API > Win_SetProcessDPIAware |
Description
Sets the process-default DPI awareness to system-DPI awareness.
Syntax
n = Win_SetProcessDPIAware()
Returns
If the function succeeds, the return value is nonzero. Otherwise, the return value is zero.
Parameters
Name |
Type |
Optional |
Meaning |
Remarks
For additional info, please refer to MS documentation at: https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-setprocessdpiaware
Restrictions
See also
Examples