Skip to content

Latest commit

 

History

History
67 lines (56 loc) · 2.23 KB

nf-shobjidl_core-ifiledialog-unadvise.md

File metadata and controls

67 lines (56 loc) · 2.23 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_core.IFileDialog.Unadvise
IFileDialog::Unadvise (shobjidl_core.h)
Removes an event handler that was attached through the IFileDialog::Advise method.
IFileDialog interface [Windows Shell]
Unadvise method
IFileDialog.Unadvise
IFileDialog::Unadvise
Unadvise
Unadvise method [Windows Shell]
Unadvise method [Windows Shell]
IFileDialog interface
shell.IFileDialog_Unadvise
shell_IFileDialog_Unadvise
shobjidl_core/IFileDialog::Unadvise
shell\IFileDialog_Unadvise.htm
shell
48504141-6612-43fe-8470-a9871b560f1a
12/05/2018
IFileDialog interface [Windows Shell],Unadvise method, IFileDialog.Unadvise, IFileDialog::Unadvise, Unadvise, Unadvise method [Windows Shell], Unadvise method [Windows Shell],IFileDialog interface, shell.IFileDialog_Unadvise, shell_IFileDialog_Unadvise, shobjidl_core/IFileDialog::Unadvise
shobjidl_core.h
Shobjidl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Shobjidl.idl
Windows
19H1
IFileDialog::Unadvise
shobjidl_core/IFileDialog::Unadvise
c++
APIRef
kbSyntax
COM
shobjidl_core.h
IFileDialog.Unadvise

IFileDialog::Unadvise

-description

Removes an event handler that was attached through the IFileDialog::Advise method.

-parameters

-param dwCookie [in]

Type: DWORD

The DWORD value that represents the event handler. This value is obtained through the pdwCookie parameter of the IFileDialog::Advise method.

-returns

Type: HRESULT

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