formZ SDK | 4.0 Call Back Reference | Object Attributes

fz_attr_cbak_are_equal

Description

Custom attribute compare function (Optional). This function is called whenever two attributes are compared to be equal.

Plugin Prototype

fzrt_error_td fz_attr_cbak_are_equal(

void *

attr_data1,

void *

attr_data2,

fzrt_boolean *

are_equal )

Parameters

attr_data1 [Input]

The data of attribute 1.

attr_data2 [Input]

The data of attribute 2.

are_equal [Result]

TRUE, if they are equal, FALSE otherwise.

Returns

Error codes

Availability

5.0.0.0

Function Set

fz_attr_cbak_fset


Defined in

fz_objt_attr_api.h