ReactOS 0.4.15-dev-7958-gcd0bb1a
atlcore.h File Reference
#include <malloc.h>
#include <windows.h>
#include <ole2.h>
#include <olectl.h>
#include <crtdbg.h>
Include dependency graph for atlcore.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ATL::CComCriticalSection
 
class  ATL::CComFakeCriticalSection
 
class  ATL::CComAutoCriticalSection
 
class  ATL::CComSafeDeleteCriticalSection
 
class  ATL::CComAutoDeleteCriticalSection
 
struct  ATL::_ATL_BASE_MODULE70
 
class  ATL::CAtlBaseModule
 
struct  ATL::ATLSTRINGRESOURCEIMAGE
 

Namespaces

namespace  ATL
 

Macros

#define ATLASSERT(expr)   _ASSERTE(expr)
 

Typedefs

typedef _ATL_BASE_MODULE70 ATL::_ATL_BASE_MODULE
 

Functions

 ATL::__declspec (selectany) CAtlModule *_pAtlModule = NULL
 
const ATLSTRINGRESOURCEIMAGE * ATL::_AtlGetStringResourceImage (_In_ HINSTANCE hInstance, _In_ HRSRC hResource, _In_ UINT id)
 
const ATLSTRINGRESOURCEIMAGE * ATL::AtlGetStringResourceImage (_In_ HINSTANCE hInstance, _In_ UINT id) noexcept
 
const ATLSTRINGRESOURCEIMAGE * ATL::AtlGetStringResourceImage (_In_ HINSTANCE hInstance, _In_ UINT id, _In_ WORD wLanguage)
 
HINSTANCE ATL::AtlFindStringResourceInstance (UINT nID, WORD wLanguage=0)
 

Macro Definition Documentation

◆ ATLASSERT

#define ATLASSERT (   expr)    _ASSERTE(expr)

Definition at line 42 of file atlcore.h.