Modify ↓
Opened 18 years ago
Closed 18 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)
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.