Expand Minimize
1 out of 1 rated this helpful - Rate this topic

IsProcessDPIAware function

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.

Syntax


BOOL WINAPI IsProcessDPIAware(void);

Parameters

This function has no parameters.

Return value

Type:

Type: BOOL

TRUE if the process is dpi aware; otherwise, FALSE.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Winuser.h (include Windows.h)

Library

User32.lib

DLL

User32.dll

 

 

Send comments about this topic to Microsoft

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.