ucsString1 (UniChar *) - input

      Unicode string containing zero or more tokens.

      A string of zero or more tokens. The tokens in ucsString1 can be separated by one or more of the delimiters in ucsString2. UniStrtok does not support the passing of NULL for ucsString1 parameter as is supported by ANSI C strtok.

    ucsString2 (UniChar *) - input

      Set of UniChar characters that can be used as delimiters.

      The set of characters serving as delimiters of the tokens in ucsString1.

    ucString (UniChar *) - returns

      Pointer to the first token.


    [Back: UniStrtok Return Value - ucString]
    [Next: UniStrtok - Remarks]