#include <windef.h>
#include <wingdi.h>
#include <winuser.h>
#include <debug.h>
Go to the source code of this file.
◆ _INC_WINDOWS
Definition at line 9 of file dpi.c.
◆ COM_NO_WINDOWS_H
Definition at line 10 of file dpi.c.
◆ NDEBUG
Definition at line 15 of file dpi.c.
◆ WIN32_NO_STATUS
Definition at line 8 of file dpi.c.
◆ GetDpiForSystem()
Definition at line 23 of file dpi.c.
24{
30 return Dpi;
31}
int WINAPI GetDeviceCaps(_In_opt_ HDC, _In_ int)
int WINAPI ReleaseDC(_In_opt_ HWND, _In_ HDC)
HDC WINAPI GetDC(_In_opt_ HWND)
Referenced by GetDpiForWindow().
◆ GetDpiForWindow()
Definition at line 38 of file dpi.c.
40{
44}
UINT WINAPI GetDpiForSystem(VOID)
#define UNREFERENCED_PARAMETER(P)
#define UNIMPLEMENTED_ONCE
Referenced by get_scaled_metric().