CWnd::OnTCard 

afx_msg void OnTCard( UINT idAction, DWORD dwActionData );

Parameters

idAction

Indicates the action the user has taken. This parameter can be one of these values:

dwActionData

If idAction specifies HELP_TCARD_DATA, this parameter is a long integer specified by the help author. Otherwise, this parameter is zero.

Remarks

The framework calls this member function when the user clicks an authorable button. This function is called only when an application has initiated a training card with Windows Help. An application initiates a training card by specifying the HELP_TCARD command in a call to the WinHelp function.

CWnd OverviewClass MembersHierarchy Chart

See Also   ::WinHelp, CWinApp::WinHelp