xform_object (XformObject)

      An xform_object created by UniCreateTransformObject.

    InpBuf (const UniChar *)

      String to be transformed.

    InpSize (int *)

      Number of code elements in InpBuf.

    OutBuf (UniChar *)

      Target string.

    OutSize (int *)

      Number of code elements that OutBuf can hold.

    result (int) - returns

      ULS_BUFFER_FULL

        The source string is not entirely processed. The output buffer is full.
      ULS_SUCCESS
        Transformation completed without errors.
      For a full list of error codes and the decimal and hexadecimal values of the error codes, see Error Codes.


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