 |
PK_MARK_goto_o_t |
|
struct PK_MARK_goto_o_s
{
int o_t_version; --- version number
PK_ATTRIB_no_roll_diff_t no_roll_diff;--- whether to report changed
--- no-roll attributes
--- (PK_ATTRIB_no_roll_diff_ignore_c )
};
typedef struct PK_MARK_goto_o_s PK_MARK_goto_o_t;
This structure contains optional arguments for PK_MARK_goto_2.
Used in:
PK_MARK_goto_2
Description of fields:
'no_roll_diff' This indicates the action required if a no-roll attribute
has any field values changed as a result of rolling over
a delta created when the attribute was not a no-roll
attribute. See documentation of PK_ATTRIB_no_roll_diff_t.