|
pure virtual |
Find a wide-character substring Finds the first occurrence of the string pointed to by pWs2 contained in the string pointed to by pWs1.
| pWs1 | [ in ] Pointer to string to search. |
| pWs2 | [ in ] Pointer to string to find. |
| pResult | [ out ] Pointer to location in pWs1 string or NULL if not found. |
| 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. |