Commit 208fa592 authored by Stefan Leichter's avatar Stefan Leichter Committed by Alexandre Julliard

include: Fix declaration of SelectDeviceDlg.

parent b164e4dc
......@@ -47,7 +47,7 @@ interface IWiaDevMgr : IUnknown
[in] HWND hwndParent,
[in] LONG lDeviceType,
[in] LONG lFlags,
[in, out] BSTR *pbstrDeviceID,
[in, out, unique] BSTR *pbstrDeviceID,
[retval, out] IWiaItem **ppItemRoot);
HRESULT SelectDeviceDlgID(
......
......@@ -47,7 +47,7 @@ interface IWiaDevMgr : IUnknown
[in] HWND hwndParent,
[in] LONG lDeviceType,
[in] LONG lFlags,
[in, out] BSTR *pbstrDeviceID,
[in, out, unique] BSTR *pbstrDeviceID,
[retval, out] IWiaItem **ppItemRoot);
HRESULT SelectDeviceDlgID(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment