Modify ↓
Opened 17 years ago
Closed 16 years ago
#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 Changed 17 years ago by Valik
- Milestone Future Release deleted
- Version 3.2.10.0 (Stable) deleted
comment:2 Changed 16 years ago by Valik
- Resolution set to Rejected
- Severity set to None
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
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.