ReactOS 0.4.15-dev-7842-g558ab78
_W32PROCESS Struct Reference

#include <win32.h>

Collaboration diagram for _W32PROCESS:

Public Attributes

PEPROCESS peProcess
 
DWORD RefCount
 
ULONG W32PF_flags
 
PKEVENT InputIdleEvent
 
DWORD StartCursorHideTime
 
struct _W32PROCESSNextStart
 
PVOID pDCAttrList
 
PVOID pBrushAttrList
 
DWORD W32Pid
 
LONG GDIHandleCount
 
LONG UserHandleCount
 
PEX_PUSH_LOCK GDIPushLock
 
RTL_AVL_TABLE GDIEngUserMemAllocTable
 
LIST_ENTRY GDIDcAttrFreeList
 
LIST_ENTRY GDIBrushAttrFreeList
 

Detailed Description

Definition at line 223 of file win32.h.

Member Data Documentation

◆ GDIBrushAttrFreeList

LIST_ENTRY _W32PROCESS::GDIBrushAttrFreeList

Definition at line 239 of file win32.h.

◆ GDIDcAttrFreeList

LIST_ENTRY _W32PROCESS::GDIDcAttrFreeList

Definition at line 238 of file win32.h.

◆ GDIEngUserMemAllocTable

RTL_AVL_TABLE _W32PROCESS::GDIEngUserMemAllocTable

Definition at line 237 of file win32.h.

◆ GDIHandleCount

LONG _W32PROCESS::GDIHandleCount

Definition at line 234 of file win32.h.

◆ GDIPushLock

PEX_PUSH_LOCK _W32PROCESS::GDIPushLock

Definition at line 236 of file win32.h.

◆ InputIdleEvent

PKEVENT _W32PROCESS::InputIdleEvent

Definition at line 228 of file win32.h.

◆ NextStart

struct _W32PROCESS* _W32PROCESS::NextStart

Definition at line 230 of file win32.h.

◆ pBrushAttrList

PVOID _W32PROCESS::pBrushAttrList

Definition at line 232 of file win32.h.

◆ pDCAttrList

PVOID _W32PROCESS::pDCAttrList

Definition at line 231 of file win32.h.

◆ peProcess

PEPROCESS _W32PROCESS::peProcess

Definition at line 225 of file win32.h.

◆ RefCount

DWORD _W32PROCESS::RefCount

Definition at line 226 of file win32.h.

◆ StartCursorHideTime

DWORD _W32PROCESS::StartCursorHideTime

Definition at line 229 of file win32.h.

◆ UserHandleCount

LONG _W32PROCESS::UserHandleCount

Definition at line 235 of file win32.h.

◆ W32PF_flags

ULONG _W32PROCESS::W32PF_flags

Definition at line 227 of file win32.h.

◆ W32Pid

DWORD _W32PROCESS::W32Pid

Definition at line 233 of file win32.h.


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