 |
PK_ATTRIB_ask_no_roll_o_t |
|
struct PK_ATTRIB_ask_no_roll_o_s
{
int o_t_version; --- version number
PK_LOGICAL_t check_consistency; --- check that no-roll
--- property of attributes and
--- their fields are consistent
--- (PK_LOGICAL_false)
};
typedef struct PK_ATTRIB_ask_no_roll_o_s PK_ATTRIB_ask_no_roll_o_t;
This structure contains optional controls for PK_ATTRIB_ask_no_roll.
Used in:
PK_ATTRIB_ask_no_roll
Description of fields:
'check_consistency' If this is set to PK_LOGICAL_true, then for
each attribute the function will check
both whether the attribute rolls and whether
its fields roll; if these are inconsistent
(for example the attribute does not roll but
one of its fields does) then this will be
shown in the value of the token corresponding
to the attribute in the returned array.