Skip to content

Latest commit

 

History

History
73 lines (59 loc) · 2.51 KB

nf-shobjidl-ifiledialogcontrolevents-onbuttonclicked.md

File metadata and controls

73 lines (59 loc) · 2.51 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
NF:shobjidl.IFileDialogControlEvents.OnButtonClicked
IFileDialogControlEvents::OnButtonClicked (shobjidl.h)
Called when the user clicks a command button.
IFileDialogControlEvents interface [Windows Shell]
OnButtonClicked method
IFileDialogControlEvents.OnButtonClicked
IFileDialogControlEvents::OnButtonClicked
OnButtonClicked
OnButtonClicked method [Windows Shell]
OnButtonClicked method [Windows Shell]
IFileDialogControlEvents interface
shell.IFileDialogControlEvents_OnButtonClicked
shell_IFileDialogControlEvents_OnButtonClicked
shobjidl/IFileDialogControlEvents::OnButtonClicked
shell\IFileDialogControlEvents_OnButtonClicked.htm
shell
46dc28a4-717f-42b6-bff7-56f4902f075c
12/05/2018
IFileDialogControlEvents interface [Windows Shell],OnButtonClicked method, IFileDialogControlEvents.OnButtonClicked, IFileDialogControlEvents::OnButtonClicked, OnButtonClicked, OnButtonClicked method [Windows Shell], OnButtonClicked method [Windows Shell],IFileDialogControlEvents interface, shell.IFileDialogControlEvents_OnButtonClicked, shell_IFileDialogControlEvents_OnButtonClicked, shobjidl/IFileDialogControlEvents::OnButtonClicked
shobjidl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Shobjidl.idl
Windows
19H1
IFileDialogControlEvents::OnButtonClicked
shobjidl/IFileDialogControlEvents::OnButtonClicked
c++
APIRef
kbSyntax
COM
Shobjidl.h
IFileDialogControlEvents.OnButtonClicked

IFileDialogControlEvents::OnButtonClicked

-description

Called when the user clicks a command button.

-parameters

-param pfdc [in]

Type: IFileDialogCustomize*

A pointer to the interface through which the application added controls to the dialog.

-param dwIDCtl [in]

Type: DWORD

The ID of the button that the user clicked.

-returns

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.