source: trunk/Utilities/VbsCallback/dllmain.h @ 937

Last change on this file since 937 was 88, checked in by roman, 12 years ago
  • Property svn:keywords set to Id
File size: 440 bytes
RevLine 
[88]1////////////////////////////////////////////////////////////
2// Copyright (C) Roman Ryltsov, 2008-2012
3// Created by Roman Ryltsov roman@alax.info
4//
5// $Id: dllmain.h 88 2012-08-11 11:44:30Z roman $
6
7class CVbsCallbackModule : 
8        public ATL::CAtlDllModuleT<CVbsCallbackModule>
9{
10public:
11
12DECLARE_LIBID(LIBID_AlaxInfoVbsCallback)
13DECLARE_REGISTRY_APPID_RESOURCEID(IDR_MODULE, "{C1C6CD9F-B226-4BE2-9650-70939FD17AAF}")
14};
15
16extern class CVbsCallbackModule _AtlModule;
Note: See TracBrowser for help on using the repository browser.