ReactOS 0.4.16-dev-338-g34e76ad
|
#include <ntuser.h>
Public Attributes | |
PVOID | pvDesktopBase |
PVOID | pvDesktopLimit |
struct _WND * | spwnd |
DWORD | fsHooks |
LIST_ENTRY | aphkStart [NB_HOOKS] |
HWND | hTaskManWindow |
HWND | hProgmanWindow |
HWND | hShellWindow |
struct _WND * | spwndShell |
struct _WND * | spwndBkGnd |
struct _PROCESSINFO * | ppiShellProcess |
union { | |
UINT Dummy | |
struct { | |
UINT LastInputWasKbd:1 | |
} | |
}; | |
WCHAR | szDesktopName [1] |
union { ... } _DESKTOPINFO::@5113 |
LIST_ENTRY _DESKTOPINFO::aphkStart[NB_HOOKS] |
Definition at line 139 of file ntuser.h.
Referenced by IntGetGlobalHookHandles(), IntRemoveHook(), and UserInitializeDesktop().
DWORD _DESKTOPINFO::fsHooks |
Definition at line 138 of file ntuser.h.
Referenced by co_HOOK_CallHooks(), IntRemoveHook(), and IsThreadHooked().
UINT _DESKTOPINFO::LastInputWasKbd |
Definition at line 154 of file ntuser.h.
Referenced by User32DefWindowProc().
struct _PROCESSINFO* _DESKTOPINFO::ppiShellProcess |
PVOID _DESKTOPINFO::pvDesktopBase |
Definition at line 135 of file ntuser.h.
Referenced by UserInitializeDesktop().
PVOID _DESKTOPINFO::pvDesktopLimit |
Definition at line 136 of file ntuser.h.
Referenced by UserInitializeDesktop().
Definition at line 137 of file ntuser.h.
Referenced by GetThreadDesktopWnd(), IntCreateDesktop(), IntCreateWindow(), IntDesktopObjectDelete(), IntGetLastTopMostWindow(), NtUserMessageCall(), and NtUserSwitchDesktop().
WCHAR _DESKTOPINFO::szDesktopName[1] |
Definition at line 158 of file ntuser.h.
Referenced by BuildDesktopNameList(), NtUserGetObjectInformation(), and UserInitializeDesktop().