// dllmain.h : Declaration of module class. class $handlermodulename$ : public ATL::CAtlDllModuleT<$handlermodulename$> { public : DECLARE_LIBID(LIBID_$safehandleridlprojectname$Lib) DECLARE_REGISTRY_APPID_RESOURCEID(IDR_$safehandlerrcprojectname$, "{$guid_app_id$}") }; extern class $handlermodulename$ _AtlModule;