Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6II18n::wcschr ( const P6WCHAR pWs,
P6WCHAR  wc,
P6WCHAR **  pResult 
)
pure virtual

Find the first occurance of a wide character in a string Return the location of wc in the string pointed to by pWs.

Parameters
pWs[ in ] Pointer to string to search.
wc[ in ] wide character to find
pResult[ out ] Pointer to location in pWs1 string or NULL if not found.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgOne of the parameters is NULL.
P6R::eNotInitializedA successful call to initialize was not made before this call.