ReactOS
0.4.15-dev-1632-g4e289ce
|
#include <win32.h>
ACCESS_MASK _PROCESSINFO::amwinsta |
Definition at line 260 of file win32.h.
Referenced by CheckWinstaAttributeAccess(), UserInitiateShutdown(), and UserSetProcessWindowStation().
INT _PROCESSINFO::cThreads |
Definition at line 254 of file win32.h.
Referenced by ExitThreadCallback(), and InitThreadCallback().
LIST_ENTRY _PROCESSINFO::DriverObjListHead |
Definition at line 281 of file win32.h.
Referenced by UserProcessCreate().
FAST_MUTEX _PROCESSINFO::DriverObjListLock |
Definition at line 280 of file win32.h.
Referenced by UserProcessCreate().
DWORD _PROCESSINFO::dwLayout |
Definition at line 271 of file win32.h.
Referenced by co_UserCreateWindowEx(), IntCreateWindow(), and NtUserCallOneParam().
DWORD _PROCESSINFO::dwRegisteredClasses |
Definition at line 272 of file win32.h.
Referenced by UserRegisterSystemClasses().
HDESK _PROCESSINFO::hdeskStartup |
Definition at line 255 of file win32.h.
Referenced by InitThreadCallback(), IntDesktopOkToClose(), IntResolveDesktop(), IntSetThreadDesktop(), NtUserCloseDesktop(), and UserProcessDestroy().
W32HEAP_USER_MAPPING _PROCESSINFO::HeapMappings |
Definition at line 282 of file win32.h.
Referenced by _Function_class_(), DesktopHeapAddressToUser(), DesktopHeapGetUserDelta(), IntMapDesktopView(), IntUnmapDesktopView(), MapGlobalUserHeap(), NtUserProcessConnect(), UnmapGlobalUserHeap(), and UserHeapAddressToUser().
HWINSTA _PROCESSINFO::hwinsta |
Definition at line 259 of file win32.h.
Referenced by IntResolveDesktop(), IntWinStaOkToClose(), UserGetProcessWindowStation(), and UserSetProcessWindowStation().
Definition at line 252 of file win32.h.
Referenced by UserRegisterSystemClasses().
struct _CURICON_OBJECT* _PROCESSINFO::pCursorCache |
Definition at line 264 of file win32.h.
Referenced by IntCleanupCurIconCache(), IntInsertCursorIntoList(), IntRemoveCursorFromList(), and NtUserFindExistingCursorIcon().
PPROCESSINFO _PROCESSINFO::ppiNext |
Definition at line 253 of file win32.h.
Referenced by ExitProcessCallback(), and InitProcessCallback().
Definition at line 284 of file win32.h.
Referenced by GdiProcessCreate(), GdiProcessDestroy(), and GetBrushAttrPool().
Definition at line 283 of file win32.h.
Referenced by DC_bAllocDcAttr(), DC_vFreeDcAttr(), GdiProcessCreate(), and GdiProcessDestroy().
Definition at line 285 of file win32.h.
Referenced by GdiProcessCreate(), GdiProcessDestroy(), IntGdiSetRegionOwner(), REGION_bAllocRgnAttr(), and REGION_vCleanup().
LIST_ENTRY _PROCESSINFO::PrivateFontListHead |
Definition at line 276 of file win32.h.
Referenced by GdiProcessCreate(), GetFontFamilyInfoForSubstitutes(), IntGdiCleanupPrivateFontsForProcess(), IntGdiLoadFontsFromMemory(), IntGetFontFamilyInfo(), and TextIntRealizeFont().
FAST_MUTEX _PROCESSINFO::PrivateFontListLock |
Definition at line 275 of file win32.h.
Referenced by GdiProcessCreate().
UINT _PROCESSINFO::PrivateMemFontHandleCount |
Definition at line 278 of file win32.h.
Referenced by GdiProcessCreate(), and IntGdiAddFontMemResource().
LIST_ENTRY _PROCESSINFO::PrivateMemFontListHead |
Definition at line 277 of file win32.h.
Referenced by GdiProcessCreate(), IntGdiAddFontMemResource(), IntGdiCleanupPrivateFontsForProcess(), and IntGdiRemoveFontMemResource().
struct _WINSTATION_OBJECT* _PROCESSINFO::prpwinsta |
Definition at line 258 of file win32.h.
Referenced by IntResolveDesktop(), IntSendDestroyMsg(), UserInitiateShutdown(), UserOpenInputDesktop(), UserSetProcessWindowStation(), and UserSystemParametersInfo().
PTHREADINFO _PROCESSINFO::ptiList |
Definition at line 248 of file win32.h.
Referenced by ExitThreadCallback(), InitThreadCallback(), and NtUserWaitForInputIdle().
PTHREADINFO _PROCESSINFO::ptiMainThread |
PVOID _PROCESSINFO::pW32Job |
Definition at line 267 of file win32.h.
Referenced by NtUserValidateHandleSecure().
Definition at line 250 of file win32.h.
Referenced by InitThreadCallback(), IntResolveDesktop(), and IntSetThreadDesktop().
USERSTARTUPINFO _PROCESSINFO::usi |
Definition at line 270 of file win32.h.
Referenced by co_WinPosShowWindow(), and InitThreadCallback().