ReactOS 0.4.16-dev-2-g02a6913
|
#include <win32.h>
ACCESS_MASK _PROCESSINFO::amwinsta |
Definition at line 268 of file win32.h.
Referenced by CheckWinstaAttributeAccess(), UserInitiateShutdown(), and UserSetProcessWindowStation().
INT _PROCESSINFO::cThreads |
Definition at line 262 of file win32.h.
Referenced by ExitThreadCallback(), and InitThreadCallback().
LIST_ENTRY _PROCESSINFO::DriverObjListHead |
Definition at line 289 of file win32.h.
Referenced by UserProcessCreate().
FAST_MUTEX _PROCESSINFO::DriverObjListLock |
Definition at line 288 of file win32.h.
Referenced by UserProcessCreate().
DWORD _PROCESSINFO::dwImeCompatFlags |
Definition at line 276 of file win32.h.
Referenced by IntGetImeCompatFlags(), and NtUserGetThreadState().
DWORD _PROCESSINFO::dwLayout |
Definition at line 279 of file win32.h.
Referenced by co_UserCreateWindowEx(), IntCreateWindow(), and NtUserCallOneParam().
DWORD _PROCESSINFO::dwRegisteredClasses |
Definition at line 280 of file win32.h.
Referenced by UserRegisterSystemClasses().
HDESK _PROCESSINFO::hdeskStartup |
Definition at line 263 of file win32.h.
Referenced by InitThreadCallback(), IntDesktopOkToClose(), IntResolveDesktop(), IntSetThreadDesktop(), NtUserCloseDesktop(), and UserProcessDestroy().
W32HEAP_USER_MAPPING _PROCESSINFO::HeapMappings |
Definition at line 290 of file win32.h.
Referenced by _Function_class_(), DesktopHeapAddressToUser(), DesktopHeapGetUserDelta(), IntMapDesktopView(), IntUnmapDesktopView(), MapGlobalUserHeap(), NtUserProcessConnect(), UnmapGlobalUserHeap(), and UserHeapAddressToUser().
HWINSTA _PROCESSINFO::hwinsta |
Definition at line 267 of file win32.h.
Referenced by IntGetProcessWindowStation(), IntResolveDesktop(), IntWinStaOkToClose(), UserGetProcessWindowStation(), and UserSetProcessWindowStation().
Definition at line 260 of file win32.h.
Referenced by UserRegisterSystemClasses().
struct _CURICON_OBJECT* _PROCESSINFO::pCursorCache |
Definition at line 272 of file win32.h.
Referenced by IntCleanupCurIconCache(), IntInsertCursorIntoList(), IntRemoveCursorFromList(), and NtUserFindExistingCursorIcon().
PPROCESSINFO _PROCESSINFO::ppiNext |
Definition at line 261 of file win32.h.
Referenced by ExitProcessCallback(), and InitProcessCallback().
Definition at line 292 of file win32.h.
Referenced by GdiProcessCreate(), GdiProcessDestroy(), and GetBrushAttrPool().
Definition at line 291 of file win32.h.
Referenced by DC_bAllocDcAttr(), DC_vFreeDcAttr(), GdiProcessCreate(), and GdiProcessDestroy().
Definition at line 293 of file win32.h.
Referenced by GdiProcessCreate(), GdiProcessDestroy(), IntGdiSetRegionOwner(), REGION_bAllocRgnAttr(), and REGION_vCleanup().
LIST_ENTRY _PROCESSINFO::PrivateFontListHead |
Definition at line 284 of file win32.h.
Referenced by FontLink_PrepareFontInfo(), GdiProcessCreate(), GetFontFamilyInfoForSubstitutes(), IntGdiCleanupPrivateFontsForProcess(), IntGdiLoadFontsFromMemory(), IntGetFontFamilyInfo(), and TextIntRealizeFont().
FAST_MUTEX _PROCESSINFO::PrivateFontListLock |
Definition at line 283 of file win32.h.
Referenced by GdiProcessCreate().
UINT _PROCESSINFO::PrivateMemFontHandleCount |
Definition at line 286 of file win32.h.
Referenced by GdiProcessCreate(), and IntGdiAddFontMemResource().
LIST_ENTRY _PROCESSINFO::PrivateMemFontListHead |
Definition at line 285 of file win32.h.
Referenced by GdiProcessCreate(), IntGdiAddFontMemResource(), IntGdiCleanupPrivateFontsForProcess(), and IntGdiRemoveFontMemResource().
struct _WINSTATION_OBJECT* _PROCESSINFO::prpwinsta |
Definition at line 266 of file win32.h.
Referenced by IntResolveDesktop(), IntSendDestroyMsg(), UserInitiateShutdown(), UserOpenInputDesktop(), UserSetProcessWindowStation(), and UserSystemParametersInfo().
PTHREADINFO _PROCESSINFO::ptiList |
Definition at line 256 of file win32.h.
Referenced by co_IntSetKeyboardLayoutForProcess(), ExitThreadCallback(), InitThreadCallback(), NtUserDisableThreadIme(), NtUserWaitForInputIdle(), and UserBuildHimcList().
PTHREADINFO _PROCESSINFO::ptiMainThread |
PVOID _PROCESSINFO::pW32Job |
Definition at line 275 of file win32.h.
Referenced by NtUserValidateHandleSecure().
Definition at line 258 of file win32.h.
Referenced by InitThreadCallback(), IntResolveDesktop(), and IntSetThreadDesktop().
USERSTARTUPINFO _PROCESSINFO::usi |
Definition at line 278 of file win32.h.
Referenced by co_WinPosShowWindow(), and InitThreadCallback().