Modify ↓
#134 closed Feature Request (No Bug)
Add support for COM events to take ByRef parameters
| Reported by: | Valik | Owned by: | Valik |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
We need to support objects being passed to COM events by reference. The attached script contains an example using Word. The comments at the top explain how to use the script and what to expect.
Attachments (1)
Change History (5)
by , on Feb 22, 2008 at 3:55:09 PM
| Attachment: | WordByRefTest.au3 added |
|---|
comment:1 by , on May 12, 2009 at 2:05:36 PM
| Owner: | set to |
|---|---|
| Severity: | → None |
| Status: | new → assigned |
comment:4 by , on Nov 6, 2011 at 11:44:57 AM
| Resolution: | → No Bug |
|---|---|
| Status: | assigned → closed |
We do support this for some time now.
Attached code have logical error. Run method of that object doesn't take parameters byref (in sense that it alters the content).
Version 0, edited on Nov 6, 2011 at 11:44:57 AM by (next)
Note:
See TracTickets
for help on using tickets.

any news on this? Maybe extend the syntax like this:
$o_object.Run($s_MacroName, ObjByRef $v_Arg1)