Adds the string to the list.
CaStringList
LPCTSTR szString - string to add
bool - true if success, false if fails
If string is not valid then it fails.
Duplicates are not added but function still returns true.
Example
CaStringList d; bool bResult = d.Add(“My String”);
More information:
| Copyright © 2013 CA. All rights reserved. |
|