locale_object (const LocaleObject)

      A locale object created by UniCreateLocaleObject.

    ucs (UniChar *)

      Target string.

    maxsize (size_t)

      Maximum number of code elements to be placed in the target string.

    format (const UniChar *)

      Format to be used when formulating the target string.

  • Zero or more arguments fetched according to the format string.

    result (int) - returns

      If the total number of code elements, including the null ending code element, is not more than maxsize, UniStrfmon returns the number of code elements placed into the array pointed to by ucs, not including the null ending code element.


    [Back: UniStrfmon Return Value - result]
    [Next: UniStrfmon - Remarks]