WM_TCARDWM_TCARD*
*



Contents  *



Index  *Topic Contents
*Previous Topic: WM_HELP
*Next Topic: Structures and Enumerations

WM_TCARD


WM_TCARD 
    idAction = wParam; 
    dwActionData = lParam; 

Sent to an application that has initiated a training card with Windows Help. The message informs the application when the user clicks an authorable button. An application initiates a training card by specifying the HELP_TCARD command in a call to the WinHelp function.

idAction
Value that indicates the action the user has taken. This can be one of these values:
IDABORTThe user clicked an authorable Abort button.
IDCANCELThe user clicked an authorable Cancel button.
IDCLOSEThe user closed the training card.
IDHELPThe user clicked an authorable Windows Help button.
IDIGNOREThe user clicked an authorable Ignore button.
IDOKThe user clicked an authorable OK button.
IDNOThe user clicked an authorable No button.
IDRETRYThe user clicked an authorable Retry button.
HELP_TCARD_DATAThe user clicked an authorable button. The lParam parameter contains a long integer specified by the Help author.
HELP_TCARD_NEXTThe user clicked an authorable Next button.
HELP_TCARD_OTHER_CALLERAnother application has requested training cards.
IDYESThe user clicked an authorable Yes button.
dwActionData
If idAction specifies HELP_TCARD_DATA, this parameter is a long integer specified by the Help author. Otherwise, this parameter is zero.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.