Modify ↓
#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 by , on Jul 16, 2008 at 7:48:13 AM
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
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.