ucs1
(
const UniChar *
)
String to be searched.
ucs2
(
const UniChar *
)
String of code elements to search for.
ucString
(
UniChar *
) - returns
Either:
A pointer to the located code element string. If
ucs2
points to a code element string with zero length, the function returns
ucs1
.
A null pointer, if the string is not found.
[Back: UniStrstr Return Value - ucString]
[Next: UniStrstr - Remarks]