ReactOS 0.4.16-dev-329-g9223134
|
#include <user32.h>
Go to the source code of this file.
Macros | |
#define | COPYS(f, len) MultiByteToWideChar ( CP_THREAD_ACP, 0, pA->f, len, pW->f, len ) |
#define | COPYN(f) pW->f = pA->f |
#define | COPYS(f, len) WideCharToMultiByte ( CP_THREAD_ACP, 0, pW->f, len, pA->f, len, NULL, NULL ) |
#define | COPYN(f) pA->f = pW->f |
#define COPYS | ( | f, | |
len | |||
) | MultiByteToWideChar ( CP_THREAD_ACP, 0, pA->f, len, pW->f, len ) |
#define COPYS | ( | f, | |
len | |||
) | WideCharToMultiByte ( CP_THREAD_ACP, 0, pW->f, len, pA->f, len, NULL, NULL ) |
HDESK WINAPI CreateDesktopA | ( | LPCSTR | lpszDesktop, |
LPCSTR | lpszDevice, | ||
LPDEVMODEA | pDevmode, | ||
DWORD | dwFlags, | ||
ACCESS_MASK | dwDesiredAccess, | ||
LPSECURITY_ATTRIBUTES | lpsa | ||
) |
Definition at line 431 of file desktop.c.
Referenced by test_foregroundwindow(), test_getuserobjectinformation(), test_handles(), test_inputdesktop(), test_inputdesktop2(), and thread().
HDESK WINAPI CreateDesktopW | ( | LPCWSTR | lpszDesktop, |
LPCWSTR | lpszDevice, | ||
LPDEVMODEW | pDevmode, | ||
DWORD | dwFlags, | ||
ACCESS_MASK | dwDesiredAccess, | ||
LPSECURITY_ATTRIBUTES | lpsa | ||
) |
Definition at line 473 of file desktop.c.
Referenced by create_desk(), CreateDesktopA(), CreateInheritableDesktop(), CreateWindowStationAndDesktops(), Test_DesktopAccess(), TestGetUserObjectInfoW(), and thread_proc().
Definition at line 33 of file desktop.c.
Referenced by DesktopWndProcA(), and RegisterClientPFN().
BOOL WINAPI EnumDesktopsA | ( | HWINSTA | WindowStation, |
DESKTOPENUMPROCA | EnumFunc, | ||
LPARAM | Context | ||
) |
Definition at line 519 of file desktop.c.
BOOL WINAPI EnumDesktopsW | ( | HWINSTA | WindowStation, |
DESKTOPENUMPROCW | EnumFunc, | ||
LPARAM | Context | ||
) |
Definition at line 533 of file desktop.c.
Definition at line 651 of file desktop.c.
Referenced by _tWinMain(), Activate_RunDLL(), DisplayApplet(), DoStartStartupItems(), FindShellProxy(), GetNotificationServer(), IsAnyDesktopRunning(), OpenShellFolder(), Options_RunDLLCommon(), ProcessPage_OnOpenFileLocation(), SetDesktopSettings(), test_get_wndproc(), test_shell_window(), and test_token_security_descriptor().
Definition at line 139 of file desktop.c.
Definition at line 547 of file desktop.c.
VOID WINAPI LogFontA2W | ( | LPLOGFONTW | pW, |
CONST LOGFONTA * | pA | ||
) |
Definition at line 77 of file desktop.c.
Referenced by CreateFontIndirectA(), EnumFontFamiliesExA(), and RealSystemParametersInfoA().
VOID WINAPI LogFontW2A | ( | LPLOGFONTA | pA, |
CONST LOGFONTW * | pW | ||
) |
Definition at line 103 of file desktop.c.
Referenced by IntEnumFontFamilies(), and RealSystemParametersInfoA().
HDESK WINAPI OpenDesktopA | ( | LPCSTR | lpszDesktop, |
DWORD | dwFlags, | ||
BOOL | fInherit, | ||
ACCESS_MASK | dwDesiredAccess | ||
) |
Definition at line 575 of file desktop.c.
HDESK WINAPI OpenDesktopW | ( | LPCWSTR | lpszDesktop, |
DWORD | dwFlags, | ||
BOOL | fInherit, | ||
ACCESS_MASK | dwDesiredAccess | ||
) |
Definition at line 611 of file desktop.c.
Definition at line 128 of file desktop.c.
Referenced by GetSystemMetrics(), and ResetUserApiHook().
Definition at line 180 of file desktop.c.
Referenced by ResetUserApiHook(), and SystemParametersInfoA().
Definition at line 341 of file desktop.c.
Referenced by ResetUserApiHook(), and SystemParametersInfoW().
Definition at line 174 of file desktop.c.
Definition at line 641 of file desktop.c.
Referenced by DesktopWindow::Init(), IsAnyDesktopRunning(), test_shell_window(), and DesktopWindow::WndProc().
Definition at line 365 of file desktop.c.
Referenced by SetDeskWallpaper().
Definition at line 398 of file desktop.c.
Referenced by RealSystemParametersInfoA().
WINE_DEFAULT_DEBUG_CHANNEL | ( | user32 | ) |