ReactOS 0.4.16-dev-522-gb68104a
|
#include <dce.h>
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 _MONITOR * | pMonitor |
DWORD tagDCE::DCXFlags |
Definition at line 28 of file dce.h.
Referenced by DceAllocDCE(), DceDeleteClipRgn(), DceFreeDCE(), DceFreeThreadDCE(), DceFreeWindowDCE(), DceReleaseDC(), DceResetActiveDCEs(), DceUpdateVisRgn(), IntWindowFromDC(), UserGetDCEx(), and UserReleaseDC().
HDC tagDCE::hDC |
Definition at line 20 of file dce.h.
Referenced by DceAllocDCE(), DceDeleteClipRgn(), DceFreeDCE(), DceFreeWindowDCE(), DceGetDceFromDC(), DceReleaseDC(), DceResetActiveDCEs(), DceUpdateVisRgn(), IntWindowFromDC(), UserGetDCEx(), and UserReleaseDC().
HRGN tagDCE::hrgnClip |
Definition at line 25 of file dce.h.
Referenced by DceAllocDCE(), DceDeleteClipRgn(), DceFreeDCE(), DceResetActiveDCEs(), DceUpdateVisRgn(), and UserGetDCEx().
HRGN tagDCE::hrgnClipPublic |
Definition at line 26 of file dce.h.
Referenced by DceAllocDCE().
HRGN tagDCE::hrgnSavedVis |
Definition at line 27 of file dce.h.
Referenced by DceAllocDCE().
HWND tagDCE::hwndCurrent |
Definition at line 21 of file dce.h.
Referenced by DceAllocDCE(), DceFreeWindowDCE(), DceReleaseDC(), DceResetActiveDCEs(), IntWindowFromDC(), and UserGetDCEx().
LIST_ENTRY tagDCE::List |
Definition at line 19 of file dce.h.
Referenced by DceAllocDCE(), DceFreeDCE(), and UserGetDCEx().
PPROCESSINFO tagDCE::ppiOwner |
Definition at line 30 of file dce.h.
Referenced by DceAllocDCE(), DceReleaseDC(), and UserGetDCEx().
PTHREADINFO tagDCE::ptiOwner |
Definition at line 29 of file dce.h.
Referenced by DceAllocDCE(), DceFreeThreadDCE(), DceReleaseDC(), and UserGetDCEx().
PWND tagDCE::pwndClip |
Definition at line 23 of file dce.h.
Referenced by DceAllocDCE(), DceFreeWindowDCE(), DceReleaseDC(), and UserGetDCEx().
PWND tagDCE::pwndOrg |
Definition at line 22 of file dce.h.
Referenced by DceAllocDCE(), DceFreeWindowDCE(), DceReleaseDC(), and UserGetDCEx().