attr_object (AttrObject)

      An attribute object created by UniCreateAttrObject.

    ucs (const UniChar *)

      The array of UniChar code elements to be scanned for the set of attributes in attr_object.

    num_elems (size_t)

      The number of UniChar code elements to be searched.

    inverse_op (ulsBool)

      Determines scanning rules. Set to false to search for the first match. Set to true to search for the first nonmatching element.

    offset (size_t *)

      An integer identifying the location of the first element meeting the criteria.

    result (int) - returns

      ULS_BADOBJ

        The attribute object specified by attr_object is not a valid attribute object.
      ULS_NOMATCH
        No code element meets the specified criteria.
      ULS_SUCCESS
        The function was successful.
      For a full list of error codes and the decimal and hexadecimal values of the error codes, see Error Codes.


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