Microsoft DirectX 9.0

CBaseWindow::m_hInstance

Handle to the module instance.

Syntax

HINSTANCE m_hInstance;

Remarks

The DLL entry point function sets a global variable with a handle to the module instance. The CBaseWindow class stores this handle in its constructor method.

See Also