#include <windows.h>
#include <windowsx.h>
Go to the source code of this file.
Defines | |
#define | SetWindowPos NtUserSetWindowPos |
#define | GetDC NtUserGetDC |
#define | DeferWindowPos NtUserDeferWindowPos |
#define | DestroyWindow NtUserDestroyWindow |
Functions | |
BOOL | NtUserSetWindowPos (IN HWND hwnd, IN HWND hwndInsertAfter, IN int x, IN int y, IN int cx, IN int cy, IN UINT dwFlags) |
HDC | NtUserGetDC (IN HWND hwnd) |
HANDLE | NtUserDeferWindowPos (IN HDWP hWinPosInfo, IN HWND hwnd, IN HWND hwndInsertAfter, IN int x, IN int y, IN int cx, IN int cy, IN UINT wFlags) |
BOOL | NtUserDestroyWindow (IN HWND hwnd) |
|
Definition at line 27 of file w32/ntuser/client/nt6/pch.h. Referenced by CScaleDlg::ResizeControls(), CResizeDlg::ResizeControls(), and CResizeDlg::SetGripperPos(). |
|
|
Definition at line 21 of file w32/ntuser/client/nt6/pch.h. Referenced by CResizeDlg::Annotate(), ChooseNewFont(), ClearDlg(), Create(), CreateC1Window(), CreateWindowsWindow(), DecompileBitmap(), EndTaskDlgProc(), GetSKT1TextMetric(), InitSKT1Bitmap(), InternalImeMenuCreateBitmap(), SetSKT1Data(), SKC1ButtonDown(), SKC1ButtonUp(), SKC1MouseMove(), SKT1InvertButton(), SKWndProcC1(), UpdateSKC1Window(), and WndProc(). |
|
Definition at line 9 of file w32/ntuser/client/nt6/pch.h. Referenced by CDialog::Adjust(), CResizeDlg::DlgProc(), EndTaskDlgProc(), msProfMove(), msProfSize(), PositionConsoleWindow(), PropertiesUpdate(), CResizeControlGeneric::Resize(), SetEndTaskDlgStatus(), SKC1ButtonUp(), SKT1ButtonUp(), SKWndProcC1(), SKWndProcT1(), and UpdateWindowSize(). |
|
Definition at line 1761 of file kernel/ntstubs.c.
|
|
Definition at line 4115 of file kernel/ntstubs.c.
|
|
Definition at line 6624 of file kernel/ntstubs.c.
|
|
Definition at line 2180 of file kernel/ntstubs.c.
|