Custom Query (3931 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (442 - 444 of 3931)

Ticket Resolution Summary Owner Reporter
#443 Rejected Return Tag String for Structure amel27
Description

If possible, about DLLStructGetTag($tStruct) - for verifying Structures, passed to functions - especially for structures, defened in "StructureConstants.au3"

For example, DLLStructGetTag($tagEDITBALLOONTIP) have return string: "dword Size;ptr Title;ptr Text;int Icon"

#444 Rejected Clone Structures with Data and Tags amel27
Description

Existent assignment operators clone Pointers of Structures instead of Data. If possible, about DLLStructClone($tStruct) or change behavior of operator "="

#445 Rejected SubStructure Support in Structure Tags amel27
Description

If possible, about this sample:

$tag = "int val1;{int val1;int val2} stru1[5];int val2"
$t = DllStructCreate($tag)

$tStru1 = DllStructGetData($t, "stru1", 1) ; Return first structure from array with cloning Data and Tag
$iStru1_Val1 = DllStructGetData($tStru1, "val1") ; Return first element in nested structure
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.