From 4e90bddcdded52b3a4df52cd92edc987c8553959 Mon Sep 17 00:00:00 2001 From: Zhiyi Zhang Date: Mon, 29 Oct 2018 17:07:47 +0800 Subject: [PATCH] include: Fix wrong argument attribute for IFileDialog::GetOptions. Signed-off-by: Zhiyi Zhang Signed-off-by: Alexandre Julliard --- include/shobjidl.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/shobjidl.idl b/include/shobjidl.idl index 73278e46f7b..d459272a1dc 100644 --- a/include/shobjidl.idl +++ b/include/shobjidl.idl @@ -2889,7 +2889,7 @@ interface IFileDialog : IModalWindow [in] FILEOPENDIALOGOPTIONS fos); HRESULT GetOptions( - [in] FILEOPENDIALOGOPTIONS *pfos); + [out] FILEOPENDIALOGOPTIONS *pfos); HRESULT SetDefaultFolder( [in] IShellItem *psi);