Commit b6520ef6 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

msscript.ocx: Add missing 'vararg' attribute to the Run() methods.

parent e6ca322f
...@@ -103,7 +103,7 @@ library MSScriptControl ...@@ -103,7 +103,7 @@ library MSScriptControl
[id(0x07d2)] [id(0x07d2)]
HRESULT ExecuteStatement([in] BSTR Statement); HRESULT ExecuteStatement([in] BSTR Statement);
[id(0x07d3)] [id(0x07d3), vararg]
HRESULT Run( HRESULT Run(
[in] BSTR ProcedureName, [in] BSTR ProcedureName,
[in] SAFEARRAY(VARIANT) *Parameters, [in] SAFEARRAY(VARIANT) *Parameters,
...@@ -234,7 +234,7 @@ library MSScriptControl ...@@ -234,7 +234,7 @@ library MSScriptControl
[id(0x07d2)] [id(0x07d2)]
HRESULT ExecuteStatement([in] BSTR Statement); HRESULT ExecuteStatement([in] BSTR Statement);
[id(0x07d3)] [id(0x07d3), vararg]
HRESULT Run( HRESULT Run(
[in] BSTR ProcedureName, [in] BSTR ProcedureName,
[in] SAFEARRAY(VARIANT) *Parameters, [in] SAFEARRAY(VARIANT) *Parameters,
......
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