ReactOS 0.4.15-dev-7842-g558ab78
_DESKTOPINFO Struct Reference

#include <ntuser.h>

Collaboration diagram for _DESKTOPINFO:

Public Attributes

PVOID pvDesktopBase
 
PVOID pvDesktopLimit
 
struct _WNDspwnd
 
DWORD fsHooks
 
LIST_ENTRY aphkStart [NB_HOOKS]
 
HWND hTaskManWindow
 
HWND hProgmanWindow
 
HWND hShellWindow
 
struct _WNDspwndShell
 
struct _WNDspwndBkGnd
 
struct _PROCESSINFOppiShellProcess
 
union {
   UINT   Dummy
 
   struct {
      UINT   LastInputWasKbd:1
 
   } 
 
}; 
 
WCHAR szDesktopName [1]
 

Detailed Description

Definition at line 133 of file ntuser.h.

Member Data Documentation

◆ 

union { ... } _DESKTOPINFO::@5107

◆ aphkStart

LIST_ENTRY _DESKTOPINFO::aphkStart[NB_HOOKS]

Definition at line 139 of file ntuser.h.

Referenced by IntGetGlobalHookHandles(), IntRemoveHook(), and UserInitializeDesktop().

◆ Dummy

UINT _DESKTOPINFO::Dummy

Definition at line 151 of file ntuser.h.

◆ fsHooks

DWORD _DESKTOPINFO::fsHooks

Definition at line 138 of file ntuser.h.

Referenced by co_HOOK_CallHooks(), IntRemoveHook(), and IsThreadHooked().

◆ hProgmanWindow

HWND _DESKTOPINFO::hProgmanWindow

Definition at line 142 of file ntuser.h.

◆ hShellWindow

HWND _DESKTOPINFO::hShellWindow

Definition at line 143 of file ntuser.h.

◆ hTaskManWindow

HWND _DESKTOPINFO::hTaskManWindow

Definition at line 141 of file ntuser.h.

◆ LastInputWasKbd

UINT _DESKTOPINFO::LastInputWasKbd

Definition at line 154 of file ntuser.h.

Referenced by User32DefWindowProc().

◆ ppiShellProcess

struct _PROCESSINFO* _DESKTOPINFO::ppiShellProcess

Definition at line 147 of file ntuser.h.

◆ pvDesktopBase

PVOID _DESKTOPINFO::pvDesktopBase

Definition at line 135 of file ntuser.h.

Referenced by UserInitializeDesktop().

◆ pvDesktopLimit

PVOID _DESKTOPINFO::pvDesktopLimit

Definition at line 136 of file ntuser.h.

Referenced by UserInitializeDesktop().

◆ spwnd

◆ spwndBkGnd

struct _WND* _DESKTOPINFO::spwndBkGnd

Definition at line 145 of file ntuser.h.

◆ spwndShell

struct _WND* _DESKTOPINFO::spwndShell

Definition at line 144 of file ntuser.h.

◆ szDesktopName

WCHAR _DESKTOPINFO::szDesktopName[1]

The documentation for this struct was generated from the following file: