PK_DEBUG_behaviours_start_o_t   

struct PK_DEBUG_behaviours_start_o_s
    {
    int                   o_t_version;    --- options structure version number
    PK_DEBUG_versioning_t versioning;     --- debug versioning value
                                          --- (PK_DEBUG_versioning_behaviour_c)
    };
typedef struct PK_DEBUG_behaviours_start_o_s PK_DEBUG_behaviours_start_o_t;


This structure provides options for PK_DEBUG_behaviours_start.

Used in:

PK_DEBUG_behaviours_start


Description of fields:


'versioning'   Allows control over what happens if the behaviour versioning
               controls are mixed with the legacy versioning controls (update
               switches or session software options of the form
               PK_SESSION_pre_vXXX_switch_0_c) or if the legacy versioning
               controls are used incorrectly.