Go to the source code of this file.
Namespaces | |
namespace | core |
Defines | |
#define | VC_EXTRALEAN |
#define | _CRT_SECURE_NO_WARNINGS |
#define | _ATL_APARTMENT_THREADED |
#define | _NOTHREADS |
#define | ASSERT ATLASSERT |
#define | IID_ICoreDictionaryAttributeValue __uuidof(ICoreDictionaryAttributeValue) |
#define | LIBID_MGACoreLib __uuidof(__MGACoreLib) |
Functions | |
HRESULT | check_location_compatibility (ICoreMetaObject *newobj, ICoreMetaObject *oldobj) |
HRESULT | check_location_compatibility (ICoreMetaAttribute *newobj, ICoreMetaAttribute *oldobj) |
HRESULT | check_location_compatibility (ICoreObject *newobj, ICoreObject *oldobj) |
HRESULT | check_location_compatibility (ICoreAttribute *newobj, ICoreAttribute *oldobj) |
Variables | |
CComModule | _Module |
#define _ATL_APARTMENT_THREADED |
Definition at line 52 of file GME/Core/StdAfx.h.
#define _CRT_SECURE_NO_WARNINGS |
Definition at line 49 of file GME/Core/StdAfx.h.
#define _NOTHREADS |
Definition at line 62 of file GME/Core/StdAfx.h.
#define ASSERT ATLASSERT |
Definition at line 65 of file GME/Core/StdAfx.h.
#define IID_ICoreDictionaryAttributeValue __uuidof(ICoreDictionaryAttributeValue) |
Definition at line 70 of file GME/Core/StdAfx.h.
#define LIBID_MGACoreLib __uuidof(__MGACoreLib) |
Definition at line 71 of file GME/Core/StdAfx.h.
#define VC_EXTRALEAN |
Definition at line 15 of file GME/Core/StdAfx.h.
HRESULT check_location_compatibility | ( | ICoreAttribute * | newobj, | |
ICoreAttribute * | oldobj | |||
) |
HRESULT check_location_compatibility | ( | ICoreObject * | newobj, | |
ICoreObject * | oldobj | |||
) |
HRESULT check_location_compatibility | ( | ICoreMetaAttribute * | newobj, | |
ICoreMetaAttribute * | oldobj | |||
) |
HRESULT check_location_compatibility | ( | ICoreMetaObject * | newobj, | |
ICoreMetaObject * | oldobj | |||
) |
CComModule _Module |
Definition at line 18 of file GME/Annotator/DecoratorApp.cpp.