|
pure virtual |
Does string one end with string two? Does the wide-character string pointed to by pWs1 end with the string pointed to by pWs2.
The comparison is case sensitive.
| pWs1 | [ in ] Pointer to string to compare. |
| pWs2 | [ in ] Pointer to string to compare. |
| pResult | [ out ] { P6TRUE, P6FALSE }. |
| Success | P6R::eOk | |
| Failure | P6R::eInvalidArg | One of the parameters is NULL. |
| P6R::eNotInitialized | A successful call to initialize was not made before this call. |