ReactOS 0.4.16-dev-13-ge2fc578
|
Go to the source code of this file.
Classes | |
struct | _WNDPROC_INFO |
Macros | |
#define | IS_ATOM(x) (((ULONG_PTR)(x) > 0x0) && ((ULONG_PTR)(x) < 0x10000)) |
Typedefs | |
typedef struct _WNDPROC_INFO | WNDPROC_INFO |
typedef struct _WNDPROC_INFO * | PWNDPROC_INFO |
Variables | |
_Out_ RTL_ATOM * | Atom |
typedef struct _WNDPROC_INFO * PWNDPROC_INFO |
typedef struct _WNDPROC_INFO WNDPROC_INFO |
_Success_ | ( | return | ) |
PCALLPROCDATA CreateCallProc | ( | IN PDESKTOP | Desktop, |
IN WNDPROC | WndProc, | ||
IN BOOL | Unicode, | ||
IN PPROCESSINFO | pi | ||
) |
Definition at line 29 of file callproc.c.
Referenced by IntCreateWindow(), and UserGetCPD().
void FASTCALL DestroyProcessClasses | ( | PPROCESSINFO | Process | ) |
Definition at line 303 of file class.c.
Referenced by ExitThreadCallback().
Definition at line 1015 of file class.c.
Referenced by IntSetThreadDesktop().
VOID IntDereferenceClass | ( | IN OUT PCLS | Class, |
IN PDESKTOPINFO | Desktop, | ||
IN PPROCESSINFO | pi | ||
) |
Definition at line 818 of file class.c.
Referenced by co_UserCreateWindowEx(), and co_UserFreeWindow().
PCLS IntGetAndReferenceClass | ( | PUNICODE_STRING | ClassName, |
HINSTANCE | hInstance, | ||
BOOL | bDesktopThread | ||
) |
Definition at line 1448 of file class.c.
Referenced by co_UserCreateWindowEx(), and IntCreateDesktop().
Definition at line 13 of file class.h.
Referenced by CallWindowProcA(), CallWindowProcW(), IntCreateWindow(), IntSetClassWndProc(), IntSetWindowProc(), and NtUserRegisterClassExWOW().
Definition at line 131 of file class.c.
Referenced by IntCreateClass(), IntIsGhostWindow(), and NtUserGetClassName().
_Must_inspect_result_ NTSTATUS NTAPI ProbeAndCaptureUnicodeStringOrAtom | ( | _Out_ _When_(return >=0, _At_(pustrOut->Buffer, _Post_ _Notnull_)) PUNICODE_STRING | pustrOut, |
__in_data_source(USER_MODE) _In_ PUNICODE_STRING | pustrUnsafe | ||
) |
Definition at line 150 of file class.c.
Referenced by NtUserFindExistingCursorIcon(), NtUserGetClassInfo(), NtUserGetWOWClass(), NtUserSetCursorIconData(), and NtUserUnregisterClass().
Definition at line 426 of file class.c.
Referenced by IntCreateWindow().
BOOL UserGetCallProcInfo | ( | IN HANDLE | hCallProc, |
OUT PWNDPROC_INFO | wpInfo | ||
) |
Definition at line 59 of file callproc.c.
INT UserGetClassName | ( | IN PCLS | Class, |
IN OUT PUNICODE_STRING | ClassName, | ||
IN RTL_ATOM | Atom, | ||
IN BOOL | Ansi | ||
) |
Definition at line 1645 of file class.c.
Referenced by IntIsGhostWindow(), and NtUserGetClassName().
Definition at line 107 of file callproc.c.
Referenced by IntGetClassWndProc(), IntGetWindowProc(), and NtUserGetCPD().
Definition at line 2317 of file class.c.
Referenced by DesktopThreadMain(), IntGetAndReferenceClass(), NtUserGetClassInfo(), and NtUserRegisterClassExWOW().
Definition at line 54 of file class.h.
Referenced by _Success_(), ewmh_modify_state(), get_property_value(), GetPropW(), IntAddAtom(), IntAddGlobalAtom(), IntCreateClass(), IntDeregisterClassAtom(), InternalAddAtom(), InternalDeleteAtom(), InternalFindAtom(), InternalGetAtomName(), IntFindClass(), IntGetClassAtom(), IntGetProp(), IntGhostWindowFromHungWindow(), IntIsGhostWindow(), IntSetClassAtom(), mwm_hide_decorations(), NtAddAtom(), NtDeleteAtom(), NtFindAtom(), NtQueryInformationAtom(), NtUserGetClassName(), NtUserRemoveProp(), NtUserSetProp(), RegisterClassExA(), RegisterClassExW(), RegisterClassExWOWW(), RegisterControlAtoms(), RegisterWindowMessageA(), RemovePropW(), RtlAddAtomToAtomTable(), RtlAtomTestThread(), RtlDeleteAtomFromAtomTable(), RtlLookupAtomInAtomTable(), RtlPinAtomInAtomTable(), RtlQueryAtomInAtomTable(), SetPropW(), START_TEST(), test_NtRefPinAtom(), UserGetClassName(), UserGetProp(), xclip_handle_PropertyNotify(), xclip_handle_SelectionNotify(), xclip_handle_SelectionRequest(), and xwin_process_events().