Skip to content

Latest commit

 

History

History
69 lines (58 loc) · 2.44 KB

ns-commctrl-taskdialog_button.md

File metadata and controls

69 lines (58 loc) · 2.44 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:commctrl._TASKDIALOG_BUTTON
TASKDIALOG_BUTTON (commctrl.h)
The TASKDIALOG_BUTTON structure contains information used to display a button in a task dialog. The TASKDIALOGCONFIG structure uses this structure.
TASKDIALOG_BUTTON
TASKDIALOG_BUTTON structure [Windows Controls]
_shell_TASKDIALOG_BUTTON
_shell_TASKDIALOG_BUTTON_cpp
commctrl/TASKDIALOG_BUTTON
controls.TASKDIALOG_BUTTON
controls._shell_TASKDIALOG_BUTTON
controls\TASKDIALOG_BUTTON.htm
Controls
VS|Controls|~\controls\taskdialogs\taskdialogreference\taskdialogstructures\taskdialog_button.htm
12/05/2018
TASKDIALOG_BUTTON, TASKDIALOG_BUTTON structure [Windows Controls], _shell_TASKDIALOG_BUTTON, _shell_TASKDIALOG_BUTTON_cpp, commctrl/TASKDIALOG_BUTTON, controls.TASKDIALOG_BUTTON, controls._shell_TASKDIALOG_BUTTON
commctrl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
TASKDIALOG_BUTTON
19H1
_TASKDIALOG_BUTTON
commctrl/_TASKDIALOG_BUTTON
TASKDIALOG_BUTTON
commctrl/TASKDIALOG_BUTTON
c++
APIRef
kbSyntax
HeaderDef
Commctrl.h
TASKDIALOG_BUTTON

TASKDIALOG_BUTTON structure

-description

The TASKDIALOG_BUTTON structure contains information used to display a button in a task dialog. The TASKDIALOGCONFIG structure uses this structure.

-struct-fields

-field nButtonID

Type: int

Indicates the value to be returned when this button is selected.

-field pszButtonText

Type: PCWSTR

Pointer that references the string to be used to label the button. This parameter can be either a null-terminated string or an integer resource identifier passed to the MAKEINTRESOURCE macro. When using Command Links, you delineate the command from the note by placing a new line character in the string.