Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |