TDN_BUTTON_CLICKED
Sent by the Task Dialog when the user selects a button or command link in the task dialog. This notification is received only through the task dialog callback function, which can be registered using the TaskDialogIndirect method.
TDN_CREATED
Sent by the Task Dialog once the dialog has been created and before it is displayed. This notification is received only through the task dialog callback function, which can be registered using the TaskDialogIndirect method.
TDN_DESTROYED
Sent by the Task Dialog when it is destroyed and its window handle is no longer valid. This notification is received only through the task dialog callback function, which can be registered using the TaskDialogIndirect method.
TDN_DIALOG_CONSTRUCTED
Sent by the Task Dialog once the dialog has been created and before it is displayed. This notification is received only through the task dialog callback function, which can be registered using the TaskDialogIndirect method.
TDN_EXPANDO_BUTTON_CLICKED
Sent by the task dialog when the user clicks on the dialog's expando button. This notification is received only through the task dialog callback function, which can be registered using the TaskDialogIndirect method.
TDN_HELP
Sent by the Task Dialog when the user presses F1 on the keyboard while the dialog has focus. This notification is received only through the task dialog callback function, which can be registered using the TaskDialogIndirect method.
TDN_HYPERLINK_CLICKED
Sent by the Task Dialog when the user clicks a hyperlink in the Task Dialog content. This notification is received only through the task dialog callback function, which can be registered using the TaskDialogIndirect method.
TDN_NAVIGATED
Sent by the Task Dialog when a navigation has occurred. This notification is received only through the task dialog callback function, which can be registered using the TaskDialogIndirect method.
TDN_RADIO_BUTTON_CLICKED
Sent by the Task Dialog when the user selects a button or command link in the task dialog. This notification is received only through the task dialog callback function, which can be registered using the TaskDialogIndirect method.
TDN_TIMER
Sent by the Task Dialog approximately every 200 milliseconds. This notification is sent when the TDF_CALLBACK_TIMER flag has been set in the dwFlags member of the pConfig parameter to the TaskDialogIndirect function. This notification is received only through the task dialog callback function, which can be registered using the TaskDialogIndirect method.
TDN_VERIFICATION_CLICKED
Sent by the task dialog when the user clicks the Task Dialog verification check box. This notification is received only through the task dialog callback function, which can be registered using the TaskDialogIndirect method.