ReactOS 0.4.16-dev-937-g7afcd2a
dpi.c
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS Kernel - Vista+ APIs
3 * LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
4 * PURPOSE: DPI functions for user32 and user32_vista.
5 * COPYRIGHT: Copyright 2024 Carl Bialorucki <cbialo2@outlook.com>
6 */
7
8#define WIN32_NO_STATUS
9#define _INC_WINDOWS
10#define COM_NO_WINDOWS_H
11#include <windef.h>
12#include <wingdi.h>
13#include <winuser.h>
14
17
18#define NDEBUG
19#include <debug.h>
20
21/*
22 * @stub
23 */
24UINT
27{
28 HDC hDC;
29 UINT Dpi;
33 return Dpi;
34}
35
36/*
37 * @stub
38 */
39UINT
43{
46 return GetDpiForSystem();
47}
48
49/*
50 * @stub
51 */
52BOOL
55{
57 return FALSE;
58}
59
60/*
61 * @stub
62 */
63BOOL
66{
68 return FALSE;
69}
70
71/*
72 * @stub
73 */
74BOOL
78{
80 return FALSE;
81}
82
83/*
84 * @stub
85 */
86BOOL
90 _Out_ DPI_AWARENESS *awareness)
91{
93 return FALSE;
94}
95
96/*
97 * @stub
98 */
99BOOL
100WINAPI
102 _In_ DPI_AWARENESS awareness)
103{
105 return FALSE;
106}
107
108/*
109 * @stub
110 */
111BOOL
112WINAPI
114 _In_ HMONITOR monitor,
115 _In_ UINT type,
116 _Out_ UINT *x,
117 _Out_ UINT *y)
118{
120 return FALSE;
121}
122
123/*
124 * @stub
125 */
126BOOL
127WINAPI
129 _In_ HWND hwnd,
131{
133 return TRUE;
134}
135
static HDC hDC
Definition: 3dtext.c:33
HWND hWnd
Definition: settings.c:17
#define UNIMPLEMENTED
Definition: ntoskrnl.c:15
#define NULL
Definition: types.h:112
#define TRUE
Definition: types.h:120
#define FALSE
Definition: types.h:117
#define APIENTRY
Definition: api.h:79
BOOL WINAPI GetDpiForMonitorInternal(_In_ HMONITOR monitor, _In_ UINT type, _Out_ UINT *x, _Out_ UINT *y)
Definition: dpi.c:113
BOOL WINAPI GetProcessDpiAwarenessInternal(_In_ HANDLE process, _Out_ DPI_AWARENESS *awareness)
Definition: dpi.c:88
BOOL WINAPI SetProcessDpiAwarenessContext(_In_ DPI_AWARENESS_CONTEXT context)
Definition: dpi.c:76
UINT WINAPI GetDpiForWindow(_In_ HWND hWnd)
Definition: dpi.c:41
BOOL WINAPI LogicalToPhysicalPoint(_In_ HWND hwnd, _Inout_ POINT *point)
Definition: dpi.c:128
BOOL WINAPI SetProcessDPIAware(VOID)
Definition: dpi.c:65
UINT WINAPI GetDpiForSystem(VOID)
Definition: dpi.c:26
BOOL WINAPI IsProcessDPIAware(VOID)
Definition: dpi.c:54
BOOL WINAPI SetProcessDpiAwarenessInternal(_In_ DPI_AWARENESS awareness)
Definition: dpi.c:101
HDC APIENTRY NtUserGetDC(HWND hWnd)
Definition: windc.c:1014
POINTL point
Definition: edittest.c:50
unsigned int BOOL
Definition: ntddk_ex.h:94
GLint GLint GLint GLint GLint x
Definition: gl.h:1548
GLuint GLuint GLsizei GLenum type
Definition: gl.h:1545
GLint GLint GLint GLint GLint GLint y
Definition: gl.h:1548
static HDC
Definition: imagelist.c:88
static UINT UINT *static DPI_AWARENESS_CONTEXT(WINAPI *pGetThreadDpiAwarenessContext)(void)
unsigned int UINT
Definition: ndis.h:50
#define _Inout_
Definition: no_sal2.h:162
#define _Out_
Definition: no_sal2.h:160
#define _In_
Definition: no_sal2.h:158
#define UNREFERENCED_PARAMETER(P)
Definition: ntbasedef.h:325
Definition: http.c:7252
#define UNIMPLEMENTED_ONCE
Definition: typedefs.h:30
_In_ LONG _In_ HWND hwnd
Definition: winddi.h:4023
DPI_AWARENESS
Definition: windef.h:285
#define WINAPI
Definition: msvc.h:6
int WINAPI GetDeviceCaps(_In_opt_ HDC, _In_ int)
#define LOGPIXELSY
Definition: wingdi.h:719
int WINAPI ReleaseDC(_In_opt_ HWND, _In_ HDC)