Find matching string in list and remove it.
CaStringList
LPCTSTR szString - string to remove
bool - true if success, false if fails
Fails if string is not valid or not found in list.
Example
CaStringList d; bool bResult = d.Remove(“My String”);
More information:
| Copyright © 2013 CA. All rights reserved. |
|