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)

Change History (1)

comment:1 by Valik, 18 years ago

Resolution: Rejected
Status: newclosed

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.

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.