Scan string for a wide-character code Find the first location in the string pointed to by pWs1 of any wide-character code from the string pointed to by pWs2.
- Parameters
-
| pWs1 | [ in ] Pointer to string to search. |
| pWs2 | [ in ] Pointer to a collection of wide characters (e.g. P6TEXT("asbc;]") ) |
| pResult | [ out ] Pointer to location in pWs1 string or NULL if not found. |
- Returns
| 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. |