_AtlBaseModule.m_hInst replaces _Module.m_hInst in ATL 7.0 (309705)
The information in this article applies to:
- Microsoft Visual C++ 2005 Express Edition
- Microsoft Visual C++ .NET (2003)
- Microsoft Visual C++ .NET (2002)
This article was previously published under Q309705 SUMMARY In Microsoft Visual C++ 6.0, an instance of CComModule named "_Module" is present in every Active Template Library (ATL)
DLL project. CComModule contains a handle to the module instance in member
_Module.m_hInst. Because the _Module object does not exist in Microsoft Visual
Studio .NET and in Microsoft Visual Studio 2005, you can no longer access the module instance handle through
_Module.m_hInst.
Modification Type: | Major | Last Reviewed: | 1/11/2006 |
---|
Keywords: | kbinfo KB309705 kbAudDeveloper |
---|
|