ReactOS 0.4.15-dev-7924-g5949c20
tagDCE Struct Reference

#include <dce.h>

Collaboration diagram for tagDCE:

Public Attributes

LIST_ENTRY List
 
HDC hDC
 
HWND hwndCurrent
 
PWND pwndOrg
 
PWND pwndClip
 
PWND pwndRedirect
 
HRGN hrgnClip
 
HRGN hrgnClipPublic
 
HRGN hrgnSavedVis
 
DWORD DCXFlags
 
PTHREADINFO ptiOwner
 
PPROCESSINFO ppiOwner
 
struct _MONITORpMonitor
 

Detailed Description

Definition at line 17 of file dce.h.

Member Data Documentation

◆ DCXFlags

◆ hDC

◆ hrgnClip

HRGN tagDCE::hrgnClip

◆ hrgnClipPublic

HRGN tagDCE::hrgnClipPublic

Definition at line 26 of file dce.h.

Referenced by DceAllocDCE().

◆ hrgnSavedVis

HRGN tagDCE::hrgnSavedVis

Definition at line 27 of file dce.h.

Referenced by DceAllocDCE().

◆ hwndCurrent

HWND tagDCE::hwndCurrent

◆ List

LIST_ENTRY tagDCE::List

Definition at line 19 of file dce.h.

Referenced by DceAllocDCE(), DceFreeDCE(), and UserGetDCEx().

◆ pMonitor

struct _MONITOR* tagDCE::pMonitor

Definition at line 31 of file dce.h.

◆ ppiOwner

PPROCESSINFO tagDCE::ppiOwner

Definition at line 30 of file dce.h.

Referenced by DceAllocDCE(), DceReleaseDC(), and UserGetDCEx().

◆ ptiOwner

PTHREADINFO tagDCE::ptiOwner

Definition at line 29 of file dce.h.

Referenced by DceAllocDCE(), DceFreeThreadDCE(), DceReleaseDC(), and UserGetDCEx().

◆ pwndClip

PWND tagDCE::pwndClip

Definition at line 23 of file dce.h.

Referenced by DceAllocDCE(), DceFreeWindowDCE(), DceReleaseDC(), and UserGetDCEx().

◆ pwndOrg

PWND tagDCE::pwndOrg

Definition at line 22 of file dce.h.

Referenced by DceAllocDCE(), DceFreeWindowDCE(), DceReleaseDC(), and UserGetDCEx().

◆ pwndRedirect

PWND tagDCE::pwndRedirect

Definition at line 24 of file dce.h.


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