ReactOS 0.4.16-dev-816-g135a9a9
|
#include "ntstatus.h"
#include "user_private.h"
#include "controls.h"
#include "winver.h"
#include "wine/asm.h"
#include "wine/exception.h"
#include "wine/debug.h"
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
#define | DUMPED_STYLES |
#define | DUMPED_EX_STYLES |
#define DUMPED_EX_STYLES |
#define DUMPED_STYLES |
Definition at line 862 of file win.c.
Definition at line 1397 of file win.c.
Definition at line 853 of file win.c.
Referenced by SwitchToThisWindow().
Definition at line 760 of file win.c.
HWND WINAPI DECLSPEC_HOTPATCH CreateWindowExA | ( | DWORD | exStyle, |
LPCSTR | className, | ||
LPCSTR | windowName, | ||
DWORD | style, | ||
INT | x, | ||
INT | y, | ||
INT | width, | ||
INT | height, | ||
HWND | parent, | ||
HMENU | menu, | ||
HINSTANCE | instance, | ||
LPVOID | data | ||
) |
Definition at line 429 of file win.c.
HWND WINAPI DECLSPEC_HOTPATCH CreateWindowExW | ( | DWORD | exStyle, |
LPCWSTR | className, | ||
LPCWSTR | windowName, | ||
DWORD | style, | ||
INT | x, | ||
INT | y, | ||
INT | width, | ||
INT | height, | ||
HWND | parent, | ||
HMENU | menu, | ||
HINSTANCE | instance, | ||
LPVOID | data | ||
) |
HDWP WINAPI DeferWindowPos | ( | HDWP | hdwp, |
HWND | hwnd, | ||
HWND | after, | ||
INT | x, | ||
INT | y, | ||
INT | cx, | ||
INT | cy, | ||
UINT | flags | ||
) |
Definition at line 176 of file win.c.
Referenced by WIN_CreateWindowEx().
Definition at line 901 of file win.c.
|
inlinestatic |
|
static |
Definition at line 71 of file win.c.
Referenced by EnumChildWindows(), EnumDesktopWindows(), EnumThreadWindows(), and EnumWindows().
BOOL WINAPI EnumChildWindows | ( | HWND | parent, |
WNDENUMPROC | func, | ||
LPARAM | lParam | ||
) |
BOOL WINAPI EnumDesktopWindows | ( | HDESK | desktop, |
WNDENUMPROC | func, | ||
LPARAM | lparam | ||
) |
BOOL WINAPI EnumThreadWindows | ( | DWORD | id, |
WNDENUMPROC | func, | ||
LPARAM | lParam | ||
) |
BOOL WINAPI EnumWindows | ( | WNDENUMPROC | lpEnumFunc, |
LPARAM | lParam | ||
) |
Definition at line 516 of file win.c.
Referenced by FindWindowExA(), and FindWindowW().
Definition at line 653 of file win.c.
Referenced by GetWindowLongA(), and GetWindowLongW().
Definition at line 592 of file win.c.
Referenced by _tWinMain(), AnyPopup(), Window::AppBar_SetSide(), BackupWindowsPosProc(), CDimmedWindow::Capture(), CascadeWindows(), CenterWindow(), ClientToScreen(), clipboard_thread(), CommDlgProc(), create_dde_server(), create_dde_window(), create_directdraw(), create_parent(), create_parent_window(), createParentWindow(), DATETIME_LButtonDown(), ddraw_attach_d3d_device(), ddraw_set_swapchain_window(), DIALOG_CreateIndirect(), DIALOG_FindMsgDestination(), DlgProc(), do_wait_idle_child(), doWinMain(), DSoundRender_create(), explorer_main(), get_hwnd(), GetClientRect(), GetTopWindow(), GetWindowRect(), GUIDisplayLockedNotice(), GUIDisplaySASNotice(), GUILockedSAS(), GUILoggedOnSAS(), GUILoggedOutSAS(), HandleShutdown(), IDirectInputDevice2WImpl_SetCooperativeLevel(), ImageList_DragEnter(), ImageList_DragLeave(), init_nscontainer(), IntBroadcastSystemMessage(), IntGetWindowLong(), IsDialogMessageW(), IShellBrowserImpl_GetWindow(), IsThereAnyEffectiveWindow(), MapWindowPoints(), MCIAVI_mciWhere(), MCICDA_Play(), MCIQTZ_mciWhere(), CTrayWindow::MinimizeAll(), CZipExtract::CExtractSettingsPage::OnSetActive(), OnTimer(), CNotifyToolbar::OnTooltipShow(), OnTrayInitDialog(), CMenuDeskBar::Popup(), queue_event(), Run(), running_on_visible_desktop(), ScreenToClient(), set_clipboard_thread(), shellbrowser_GetWindow(), ShowStatusMessageThread(), SlideWindow(), START_TEST(), StartupWindowThread(), SysMouseWImpl_Acquire(), test_bad_control_class(), test_buttons(), test_clipboard_viewers(), test_ClipboardOwner(), test_create_window(), test_CreateWindow(), test_CShellMenu_with_DeskBar(), test_custom_default_button(), test_data_handles(), test_deferwindowpos(), test_DeleteDC(), test_DestroyWindow(), test_dialog_parent(), test_disableowner(), test_dpi_mapping(), test_dpi_window(), test_fullscreen(), test_GetRandomRgn(), test_gettext(), test_GetWindowModuleFileName(), test_hwnd_message(), test_ImmThreads(), test_InternetErrorDlg(), test_IsWindowUnicode(), test_killfocus(), test_marshal_HWND(), test_mdi(), test_mdi_messages(), test_messages(), test_nopage(), Test_OneParamRoutine_MapDesktopObject(), Test_OneParamRoutine_WindowFromDC(), test_paint_messages(), test_parent_owner(), test_PrintDlgExW(), test_PSM_ADDPAGE(), test_PSM_INSERTPAGE(), test_RunControlPanel(), test_SetFocus(), test_SetForegroundWindow(), test_SetParent(), test_SetWindowPos(), test_title(), test_token_security_descriptor(), test_wiznavigation(), ThemePreWindowProc(), thread(), TileWindows(), TREEVIEW_CreateDragImage(), UManStartDlg(), WinMain(), WINTRUST_CertVerify(), WINTRUST_DefaultVerify(), WndProc(), and wWinMain().
DPI_AWARENESS_CONTEXT WINAPI GetDpiAwarenessContextForProcess | ( | HANDLE | process | ) |
Definition at line 1554 of file win.c.
DPI_AWARENESS_CONTEXT WINAPI GetWindowDpiAwarenessContext | ( | HWND | hwnd | ) |
BOOL WINAPI DECLSPEC_HOTPATCH GetWindowInfo | ( | HWND | hwnd, |
WINDOWINFO * | info | ||
) |
LONG WINAPI DECLSPEC_HOTPATCH GetWindowLongA | ( | HWND | hwnd, |
INT | offset | ||
) |
Definition at line 1459 of file win.c.
Definition at line 1120 of file win.c.
Definition at line 1226 of file win.c.
Definition at line 120 of file win.c.
Referenced by SetWindowTextA(), and SetWindowTextW().
Definition at line 813 of file win.c.
Referenced by OpenIcon(), and SwitchToThisWindow().
Definition at line 822 of file win.c.
Referenced by WIN_CreateWindowEx().
Definition at line 768 of file win.c.
Definition at line 1642 of file win.c.
Definition at line 664 of file win.c.
Referenced by SetWindowLongA(), and SetWindowLongW().
Definition at line 1003 of file win.c.
BOOL WINAPI DECLSPEC_HOTPATCH SetWindowTextA | ( | HWND | hwnd, |
LPCSTR | lpString | ||
) |
BOOL WINAPI DECLSPEC_HOTPATCH SetWindowTextW | ( | HWND | hwnd, |
LPCWSTR | lpString | ||
) |
BOOL WINAPI UpdateLayeredWindow | ( | HWND | hwnd, |
HDC | hdcDst, | ||
POINT * | pptDst, | ||
SIZE * | psize, | ||
HDC | hdcSrc, | ||
POINT * | pptSrc, | ||
COLORREF | crKey, | ||
BLENDFUNCTION * | pblend, | ||
DWORD | flags | ||
) |
Definition at line 1507 of file win.c.
Referenced by UpdateLayeredWindow().
Definition at line 1612 of file win.c.
HWND WIN_CreateWindowEx | ( | CREATESTRUCTW * | cs, |
LPCWSTR | className, | ||
HINSTANCE | module, | ||
BOOL | unicode | ||
) |
Definition at line 296 of file win.c.
Definition at line 131 of file win.c.
Referenced by GetWindowModuleFileNameA(), GetWindowModuleFileNameW(), GetWindowTextA(), GetWindowTextLengthA(), GetWindowTextLengthW(), GetWindowTextW(), SetWindowTextA(), and SetWindowTextW().
Definition at line 1337 of file win.c.
Referenced by AnyPopup(), DIALOG_IdToHwnd(), GetDlgItem(), and User32DefWindowProc().
Definition at line 164 of file win.c.
Referenced by ButtonWndProc_common().
WINE_DEFAULT_DEBUG_CHANNEL | ( | win | ) |