Share via


TDN_RADIO_BUTTON_CLICKED (Compact 2013)

3/28/2014

The task dialog sends this notification when the user selects a button or command link in the task dialog.

Syntax

TDN_RADIO_BUTTON_CLICKED
  wParam = (WPARAM) (int) nRadioButtonID;
  lParam = 0;

Parameters

  • nRadioButtonID
    [in] The ID corresponding to the radio button that was clicked.
  • lParam
    Not used.

Return Value

The return value is ignored.

Remarks

Requirements

Header

shellctrls.h

See Also

Reference

Task Dialogs Notifications
TDN_VERIFICATION_CLICKED