Modify ↓
Opened 16 years ago
Closed 16 years ago
#444 closed Feature Request (Rejected)
Clone Structures with Data and Tags
Reported by: | amel27 | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | Severity: | None | |
Keywords: | DllStruct | Cc: |
Description
Existent assignment operators clone Pointers of Structures instead of Data. If possible, about DLLStructClone($tStruct) or change behavior of operator "="
Attachments (0)
Change History (1)
comment:1 Changed 16 years ago by Valik
- Resolution set to Rejected
- 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.
If you need to copy one structure to another, you can do it easily enough by allocating a new destination structure and using DllCall() with memcpy or CopyMemory.