|
ReactOS 0.4.16-dev-1948-gd260c1d
|

Go to the source code of this file.
Macros | |
| #define | WIN32_NO_STATUS |
| #define | _INC_WINDOWS |
| #define | COM_NO_WINDOWS_H |
| #define | NDEBUG |
Functions | |
| HDC APIENTRY | NtUserGetDC (HWND hWnd) |
| UINT WINAPI | GetDpiForSystem (VOID) |
| UINT WINAPI | GetDpiForWindow (_In_ HWND hWnd) |
| BOOL WINAPI | IsProcessDPIAware (VOID) |
| BOOL WINAPI | SetProcessDPIAware (VOID) |
| BOOL WINAPI | SetProcessDpiAwarenessContext (_In_ DPI_AWARENESS_CONTEXT context) |
| BOOL WINAPI | GetProcessDpiAwarenessInternal (_In_ HANDLE process, _Out_ DPI_AWARENESS *awareness) |
| BOOL WINAPI | SetProcessDpiAwarenessInternal (_In_ DPI_AWARENESS awareness) |
| BOOL WINAPI | GetDpiForMonitorInternal (_In_ HMONITOR monitor, _In_ UINT type, _Out_ UINT *x, _Out_ UINT *y) |
| BOOL WINAPI | LogicalToPhysicalPoint (_In_ HWND hwnd, _Inout_ POINT *point) |
| BOOL WINAPI GetDpiForMonitorInternal | ( | _In_ HMONITOR | monitor, |
| _In_ UINT | type, | ||
| _Out_ UINT * | x, | ||
| _Out_ UINT * | y | ||
| ) |
Definition at line 26 of file dpi.c.
Referenced by GetDpiForWindow().
Definition at line 1014 of file windc.c.
Referenced by GetDpiForSystem().
| BOOL WINAPI SetProcessDpiAwarenessContext | ( | _In_ DPI_AWARENESS_CONTEXT | context | ) |
| BOOL WINAPI SetProcessDpiAwarenessInternal | ( | _In_ DPI_AWARENESS | awareness | ) |