[PATCH] include: Fix wrong argument attribute for IFileDialog::GetOptions.
29 Oct
2018
29 Oct
'18
9:07 a.m.
Signed-off-by: Zhiyi Zhang <zzhang(a)codeweavers.com> --- include/shobjidl.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/shobjidl.idl b/include/shobjidl.idl index 73278e46f7..d459272a1d 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); -- 2.18.0
2606
Age (days ago)
2606
Last active (days ago)
0 comments
1 participants
participants (1)
-
Zhiyi Zhang