EEex_CopyCStringList
Copies a CStringList
EEex_CopyCStringList(srcCStringList*, destCStringList&)
Parameters
srcCStringList* - pointer to CStringList to copy
destCStringList* - address of variable to hold pointer to copy of CStringList
Return
None
Notes
Function is implemented by raw asm byte code via EEex_WriteAssemblyFunction
Example
EEex_CopyCStringList()
See Also