Modify ↓
#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 , 14 years ago
| Version: | 3.3.8.1 |
|---|
comment:3 by , 14 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
Few days should have been enough time think of something.
Version 0, edited 14 years ago by (next)
comment:4 by , 8 years ago
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.