Modify

Opened 14 years ago

Closed 14 years ago

Last modified 8 years ago

#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 TicketCleanup, 14 years ago

Version: 3.3.8.1

Automatic ticket cleanup.

comment:2 by trancexx, 14 years ago

Why and how would that be useful?
Be to the point now please.

comment:3 by trancexx, 14 years ago

Resolution: Rejected
Status: newclosed

Few days should have been enough time to think of something.

Last edited 14 years ago by trancexx (previous) (diff)

comment:4 by genius257, 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.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.