|
pure virtual |
Replaces every occurance of chOrig in pString with chReplacement.
| pString | [ in ] A pointer to the NULL terminated string in which to perform the replacements. |
| chOrig | [ in ] The character to be replaced by chReplacement. |
| chReplacement | [ in ] The character to replace occurances of chOrig with. |
| cchMax | [ in ] The maximum number of characters to search. |
| Success | P6R::eOk | |
| Failure | P6R::eInvalidArg | pString is NULL |
| P6R::eNotFound | chOrig was not found in pString. Nothing was replaced. |