|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <misc.h>

Public Attributes | |
| SURFOBJ * | DestObj |
| SURFOBJ * | OutputObj |
| HBITMAP | OutputBitmap |
| CLIPOBJ * | TrivialClipObj |
| RECTL | DestRect |
| BOOL | ReadOnly |
| SURFOBJ* INTENG_ENTER_LEAVE_TAG::DestObj |
Definition at line 6 of file misc.h.
Referenced by IntEngEnter(), and IntEngLeave().
| RECTL INTENG_ENTER_LEAVE_TAG::DestRect |
Definition at line 10 of file misc.h.
Referenced by IntEngEnter(), and IntEngLeave().
| HBITMAP INTENG_ENTER_LEAVE_TAG::OutputBitmap |
Definition at line 8 of file misc.h.
Referenced by IntEngEnter(), and IntEngLeave().
| SURFOBJ* INTENG_ENTER_LEAVE_TAG::OutputObj |
Definition at line 7 of file misc.h.
Referenced by IntEngEnter(), and IntEngLeave().
| BOOL INTENG_ENTER_LEAVE_TAG::ReadOnly |
Definition at line 11 of file misc.h.
Referenced by IntEngEnter(), and IntEngLeave().
| CLIPOBJ* INTENG_ENTER_LEAVE_TAG::TrivialClipObj |
Definition at line 9 of file misc.h.
Referenced by IntEngEnter(), and IntEngLeave().