Modify ↓
Opened on Mar 24, 2012 at 10:00:54 PM
Closed on Mar 28, 2012 at 7:17:25 AM
Last modified on Jun 9, 2018 at 7:44:48 PM
#2160 closed Feature Request (Rejected)
DllStructGetStruct() - new function
| Reported by: | Yashied | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | Structure | Cc: |
Description
Is it possible to add a new function to retrieve the source "structure" string that was passed in DllStructCreate() when creating the structure? For example:
$tStruct = DllStructCreate('int;int;ptr')
$sStruct = DllStructGetStruct($tStruct)
; $sStruct contains "int;int;ptr"
Attachments (0)
Change History (4)
comment:1 by , on Mar 25, 2012 at 12:00:02 AM
| Version: | 3.3.8.1 |
|---|
comment:2 by , on Mar 25, 2012 at 7:49:36 PM
Why and how would that be useful?
Be to the point now please.
comment:3 by , on Mar 28, 2012 at 7:17:25 AM
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
Few days should have been enough time to think of something.
comment:4 by , on Jun 9, 2018 at 7:44:48 PM
I believe this should be reconsidered.
I could find it useful for:
- debugging
- dynamic element casting of unknown structures, and dynamic changes/usage of partial or full structure
- type lookup of structure properties
Plus many other dynamic use cases i properly cannot even imagine.
Note:
See TracTickets
for help on using tickets.

Automatic ticket cleanup.