C++
afx_msg BOOL OnHelpInfo( HELPINFO* pHelpInfo );
Description
Called when context help is requested. Returns true on success and false on failure.
Parameters
Parameters | Description |
---|---|
pHelpInfo | Pointer to a HELPINFO structure that contains information about the menu item, control, dialog box, or window for which Help is requested |