GME  13
Classes | Defines | Functions | Variables
CoreObject.h File Reference

Go to the source code of this file.

Classes

class  CCoreObject

Defines

#define COREOBJECT_DIRTY   0x0001

Functions

IUnknown * CastToUnknown (CCoreObject *p)
CCoreObjectCastToObject (IUnknown *p)
IUnknown * CastToUnknown_Object (CCoreObject *p)

Variables

const locking_type PUT_DELETE_DONE_LOCK = 55

Define Documentation

#define COREOBJECT_DIRTY   0x0001

Definition at line 122 of file CoreObject.h.


Function Documentation

CCoreObject* CastToObject ( IUnknown *  p) [inline]

Definition at line 164 of file CoreObject.h.

IUnknown* CastToUnknown ( CCoreObject p) [inline]

Definition at line 163 of file CoreObject.h.

IUnknown* CastToUnknown_Object ( CCoreObject p) [inline]

Definition at line 165 of file CoreObject.h.


Variable Documentation

Definition at line 11 of file CoreObject.h.