ReactOS 0.4.15-dev-8100-g1887773
baseobj.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BASEOBJECT
 

Macros

#define GDIOBJ_POOL_TAG(type)   ('00hG' + (((type) & 0x1f) << 24))
 
#define BASEOBJECT   CBASEOBJECT
 

Macro Definition Documentation

◆ BASEOBJECT

#define BASEOBJECT   CBASEOBJECT

Definition at line 6 of file baseobj.hpp.

◆ GDIOBJ_POOL_TAG

#define GDIOBJ_POOL_TAG (   type)    ('00hG' + (((type) & 0x1f) << 24))

Definition at line 4 of file baseobj.hpp.