Поделиться через


CComModule::m_hInst

As of ATL 7.0, CComModule is obsolete: see ATL Module Classes for more details.

HINSTANCE m_hInst;

Заметки

Contains the handle to the module instance.

The Init method sets m_hInst to the handle passed to DLLMain or WinMain.

Требования

Header: atlbase.h

См. также

Основные понятия

CComModule Class

CComModule Members