Desktop Functions: Smart Device Functions:
|
Search Results for "SetProcessDPIAware" in [All]user32
static extern bool SetProcessDPIAware();
Declare Function SetProcessDPIAware Lib "user32.dll" () As Boolean shell32As of Windows Vista, SHIL_SMALL, SHIL_LARGE, and SHIL_EXTRALARGE scale with dots per inch (dpi) if the process is marked as dpi-aware. To set these types to be dpi-aware, call SetProcessDPIAware. SHIL_JUMBO is fixed at 256 pixels regardless of the dpi-aware setting. secur32 |