GME
13
|
Go to the source code of this file.
Classes | |
class | CCoreCollectionHandlerTearOff |
class | CCoreCollectionHandler |
Functions | |
BOOL WINAPI | DllMain (HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) |
STDAPI | DllCanUnloadNow (void) |
STDAPI | DllGetClassObject (REFCLSID rclsid, REFIID riid, LPVOID *ppv) |
STDAPI | DllRegisterServer (void) |
STDAPI | DllUnregisterServer (void) |
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 |
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 | ||
) |
STDAPI DllCanUnloadNow | ( | void | ) |
STDAPI DllGetClassObject | ( | REFCLSID | rclsid, |
REFIID | riid, | ||
LPVOID * | ppv | ||
) |
STDAPI DllRegisterServer | ( | void | ) |
STDAPI DllUnregisterServer | ( | void | ) |