|
ReactOS 0.4.17-dev-573-g8315b8c
|
#include <ntoskrnl.h>#include <debug.h>
Go to the source code of this file.
Classes | |
| struct | _WIN32_KERNEL_OBJECT_HEADER |
Macros | |
| #define | NDEBUG |
Typedefs | |
| typedef struct _WIN32_KERNEL_OBJECT_HEADER | WIN32_KERNEL_OBJECT_HEADER |
| typedef struct _WIN32_KERNEL_OBJECT_HEADER * | PWIN32_KERNEL_OBJECT_HEADER |
|
static |
Definition at line 247 of file win32k.c.
Referenced by ExpWin32kInit().
Definition at line 209 of file win32k.c.
Referenced by ExpWin32kInit().
|
static |
Definition at line 115 of file win32k.c.
Referenced by ExpWin32kInit().
|
static |
Definition at line 224 of file win32k.c.
Referenced by ExpWin32kInit().
Definition at line 269 of file win32k.c.
Referenced by ExpInitSystemPhase1().
|
static |
Definition at line 53 of file win32k.c.
Referenced by ExpDesktopClose(), ExpDesktopDelete(), ExpDesktopOkToClose(), ExpDesktopOpen(), ExpWindowStationOkToClose(), ExpWinStaObjectDelete(), and ExpWinStaObjectParse().
|
static |
Definition at line 138 of file win32k.c.
Referenced by ExpWin32kInit().
Definition at line 161 of file win32k.c.
Referenced by ExpWin32kInit().
|
static |
Definition at line 176 of file win32k.c.
Referenced by ExpWin32kInit().
| POBJECT_TYPE ExDesktopObjectType = NULL |
Definition at line 22 of file win32k.c.
Referenced by ExpWin32kInit(), InitDesktopImpl(), IntAssignDesktopSecurityOnParse(), IntCreateDesktop(), IntDesktopObjectParse(), IntGetDesktopObjectHandle(), IntResolveDesktop(), IntValidateDesktopHandle(), IntWinStaObjectParse(), NtUserConsoleControl(), NtUserGetThreadDesktop(), NtUserOpenDesktop(), TestObjectTypes(), and UserOpenInputDesktop().
| GENERIC_MAPPING ExpDesktopMapping |
| PKWIN32_SESSION_CALLOUT ExpDesktopObjectClose = NULL |
Definition at line 46 of file win32k.c.
Referenced by ExpDesktopClose(), and PsEstablishWin32Callouts().
| PKWIN32_SESSION_CALLOUT ExpDesktopObjectDelete = NULL |
Definition at line 44 of file win32k.c.
Referenced by ExpDesktopDelete(), and PsEstablishWin32Callouts().
| PKWIN32_SESSION_CALLOUT ExpDesktopObjectOkToClose = NULL |
Definition at line 43 of file win32k.c.
Referenced by ExpDesktopOkToClose(), and PsEstablishWin32Callouts().
| PKWIN32_SESSION_CALLOUT ExpDesktopObjectOpen = NULL |
Definition at line 45 of file win32k.c.
Referenced by ExpDesktopOpen(), and PsEstablishWin32Callouts().
| GENERIC_MAPPING ExpWindowStationMapping |
| PKWIN32_SESSION_CALLOUT ExpWindowStationObjectDelete = NULL |
Definition at line 41 of file win32k.c.
Referenced by ExpWinStaObjectDelete(), and PsEstablishWin32Callouts().
| PKWIN32_SESSION_CALLOUT ExpWindowStationObjectOkToClose = NULL |
Definition at line 42 of file win32k.c.
Referenced by ExpWindowStationOkToClose(), and PsEstablishWin32Callouts().
| PKWIN32_SESSION_CALLOUT ExpWindowStationObjectParse = NULL |
Definition at line 40 of file win32k.c.
Referenced by ExpWinStaObjectParse(), and PsEstablishWin32Callouts().
| POBJECT_TYPE ExWindowStationObjectType = NULL |
Definition at line 21 of file win32k.c.
Referenced by co_UserCreateWindowEx(), ExpWin32kInit(), InitWindowStationImpl(), IntCreateWindowStation(), IntResolveDesktop(), IntValidateWindowStationHandle(), IntWinStaObjectParse(), NtUserGetObjectInformation(), NtUserOpenWindowStation(), RawInputThreadMain(), TestObjectTypes(), and UserSetProcessWindowStation().