Modify ↓
Opened 18 years ago
Closed 18 years ago
#443 closed Feature Request (Rejected)
Return Tag String for Structure
| Reported by: | amel27 | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | DLLStruct | Cc: |
Description
If possible, about DLLStructGetTag($tStruct) - for verifying Structures, passed to functions - especially for structures, defened in "StructureConstants.au3"
For example, DLLStructGetTag($tagEDITBALLOONTIP)
have return string: "dword Size;ptr Title;ptr Text;int Icon"
Attachments (0)
Note:
See TracTickets
for help on using tickets.

Other than maybe diagnostic purposes, there isn't a use for such functionality. You're trying to solve a theoretical problem with the wrong solution. Closing as rejected.