ReactOS 0.4.16-dev-433-g6363f78
|
#include <user32.h>
Go to the source code of this file.
Variables | |
static const BOOL | g_ObjectHeapTypeShared [TYPE_CTYPES] |
Definition at line 397 of file misc.c.
Referenced by GetDesktopWindow(), IsChild(), and ValidateHwndOrDesk().
PUSER_HANDLE_ENTRY FASTCALL GetUser32Handle | ( | HANDLE | handle | ) |
Definition at line 195 of file misc.c.
Referenced by ValidateCallProc(), ValidateHandle(), and ValidateHandleNoErr().
BOOL WINAPI GetUserObjectSecurity | ( | IN HANDLE | hObject, |
IN PSECURITY_INFORMATION | pSecurityInfo, | ||
OUT PSECURITY_DESCRIPTOR | pSecurityDescriptor, | ||
IN DWORD | dwLength, | ||
OUT PDWORD | pdwLengthNeeded | ||
) |
Definition at line 75 of file misc.c.
PTHREADINFO GetW32ThreadInfo | ( | VOID | ) |
Definition at line 36 of file misc.c.
Referenced by co_UserActivateKeyboardLayout(), co_UserCreateWindowEx(), DceAllocDCE(), DesktopPtrToUser(), GetThreadDesktopInfo(), GetWindowThreadProcessId(), IntAssociateInputContextEx(), IntBuildHwndList(), IntCallMessageProc(), IntCallWindowProcA(), IntCallWindowProcW(), IntCheckImeShowStatus(), IntCreateCurIconHandle(), IntCreateWindow(), IntGetImeHotKeyByKey(), IntImmProcessKey(), IntSendMessageToUI(), IntSendNCPaint(), NtUserCallHwndOpt(), NtUserCallNextHookEx(), NtUserCallNoParam(), NtUserCallOneParam(), NtUserDisableThreadIme(), NtUserMessageCall(), NtUserSetShellWindowEx(), NtUserSetThreadLayoutHandles(), RawInputThreadMain(), SendMessageA(), SendMessageW(), UserCreateMenu(), UserGetDCEx(), UserRegisterClass(), and UserUpdateInputContext().
Definition at line 145 of file misc.c.
Referenced by do_InitialDesktop_child().
DWORD WINAPI MBToWCSEx | ( | WORD | CodePage, |
LPSTR | MBString, | ||
LONG | MBSize, | ||
LPWSTR * | UnicodeString, | ||
LONG | UnicodeSize, | ||
BOOL | Allocate | ||
) |
Definition at line 457 of file misc.c.
BOOL WINAPI SetUserObjectSecurity | ( | IN HANDLE | hObject, |
IN PSECURITY_INFORMATION | pSecurityInfo, | ||
IN PSECURITY_DESCRIPTOR | pSecurityDescriptor | ||
) |
Definition at line 177 of file misc.c.
Referenced by NtUserxClearWindowState(), and NtUserxSetWindowState().
Definition at line 166 of file misc.c.
Referenced by DIALOG_FindMsgDestination(), GetWindowTextA(), GetWindowTextLengthA(), GetWindowTextLengthW(), GetWindowTextW(), IntGetWindowLong(), IsDialogMessageW(), SetWindowTextA(), and SetWindowTextW().
Definition at line 13 of file misc.c.
Referenced by EndTask(), ExitWindowsWorker(), and UserSetLastNTError().
Definition at line 25 of file misc.c.
Referenced by EndTask(), ExitWindowsWorker(), GetThreadDesktop(), GetUserObjectSecurity(), RegisterLogonProcess(), RegisterServicesProcess(), and SetUserObjectSecurity().
PCALLPROCDATA FASTCALL ValidateCallProc | ( | HANDLE | hCallProc | ) |
Definition at line 339 of file misc.c.
Referenced by CallWindowProcA(), and CallWindowProcW().
Definition at line 252 of file misc.c.
Referenced by CheckMenuItem(), GetMenuContextHelpId(), GetMenuDefaultItem(), GetMenuInfo(), GetMenuItemCount(), GetThemeBool(), GetThemeColor(), GetThemeEnumValue(), GetThemeFilename(), GetThemeFont(), GetThemeInt(), GetThemeIntList(), GetThemeMargins(), GetThemeMetric(), GetThemePosition(), GetThemePropertyOrigin(), GetThemeRect(), GetThemeString(), GetThemeSysBool(), GetThemeSysColor(), GetThemeSysFont(), GetThemeSysInt(), GetThemeSysSize(), GetThemeSysString(), Imm32DestroyInputContext(), ImmLockClientImc(), IsMenu(), User32CanSetImeWindowToImc(), User32SetImeWindowOfImc(), UXTHEME_LoadImage(), UXTHEME_SelectImage(), ValidateCallProc(), and ValidateHwnd().
Definition at line 310 of file misc.c.
Referenced by ImmCallImeConsoleIME(), MENU_GetMenu(), and ValidateHwndNoErr().
Definition at line 359 of file misc.c.
Definition at line 376 of file misc.c.
DWORD WINAPI WCSToMBEx | ( | WORD | CodePage, |
LPWSTR | UnicodeString, | ||
LONG | UnicodeSize, | ||
LPSTR * | MBString, | ||
LONG | MBSize, | ||
BOOL | Allocate | ||
) |
Definition at line 421 of file misc.c.
|
static |