Initial
This commit is contained in:
20
com/atlmod.hpp
Normal file
20
com/atlmod.hpp
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef _COM_ATLMODULE_HPP_
|
||||
#define _COM_ATLMODULE_HPP_
|
||||
#ifndef _WIN32_WINNT
|
||||
#define _WIN32_WINNT 0x0400
|
||||
#endif
|
||||
#define _ATL_APARTMENT_THREADED
|
||||
#include <com/atlbase.hpp>
|
||||
|
||||
class CExeModule : public CComModule
|
||||
{
|
||||
public:
|
||||
LONG Unlock();
|
||||
DWORD dwThreadID;
|
||||
HANDLE hEventShutdown;
|
||||
void MonitorShutdown();
|
||||
bool StartMonitor();
|
||||
bool bActivity;
|
||||
};
|
||||
extern CExeModule _Module;
|
||||
#endif
|
||||
Reference in New Issue
Block a user