// MyPlugin.cpp : Implementation of DLL Exports. #include "stdafx.h" #include "resource.h" // The module attribute causes DllMain, DllRegisterServer and DllUnregisterServer to be automatically implemented for you [ module(dll, uuid = "{892F866E-D16C-42F9-AF84-60490E70E683}", name = "MyPlugin", helpstring = "MyPlugin 1.0 Type Library", resource_name = "IDR_MYPLUGIN") ] class CMyPluginModule { public: // Override CAtlDllModuleT members };