Modify ↓
Opened on Feb 8, 2008 at 7:48:47 AM
#107 closed Feature Request (Rejected)
DllStructGetField
| Reported by: | sic_goat | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | DllStruct | Cc: |
Description
Returns the field string used to reference an index of a dll structure. Not sure if this is possible, but it would save lots of energy creating arrays of strings when you want to dump the contents of very large structures.
Attachments (0)
Change History (2)
comment:1 by , on Feb 15, 2008 at 9:20:31 PM
| Milestone: | Future Release |
|---|---|
| Version: | 3.2.10.0 (Stable) |
comment:2 by , on Oct 30, 2008 at 7:30:13 PM
| Resolution: | → Rejected |
|---|---|
| Severity: | → None |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

I think I finally understand what's being requested and it only sounds useful for debugging. Also I can think of solutions which just parse the DllStructCreate() string to generate the necessary information.