Find a wide-character in memory (not affected by locale) Find the location of the first occurrence of wc in the initial n wide-characters of the string pointed to by pWs.
- Parameters
-
| pWs | [ in ] Pointer to string to search. |
| wc | [ in ] wide character to find |
| n | [ in ] Number of characters in pWs1 to search. |
| 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. |