CWinApp::m_bHelpMode

This data member contains a Boolean value that is set to TRUE if the application is in Help context mode (conventionally invoked with SHIFT + F1), and FALSE if not. Examine this flag if you want to implement special handling when in the Help mode.

At a Glance

Header file: Afxwin.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

BOOL m_bHelpMode;