locale_object (const LocaleObject)

      A locale object created by UniCreateLocaleObject.

    xtype (const UniChar *)

      A UniChar string identifying the transform type.

    xform_object (XformObject *)

      An address that will receive a pointer to a transform object upon successful completion of UniCreateTransformObject.

    result (int) - returns

      ULS_NOMEMORY

        There is insufficient memory to create the transform object; the xform_object pointer points to undefined data.
      ULS_SUCCESS
        No errors; the xform_object argument points to a valid transform object.
      ULS_UNSUPPORTED
        The transform name type specified by the xtype argument is not supported for locale_object.
      For a full list of error codes and the decimal and hexadecimal values of the error codes, see Error Codes.


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