PK_GROUP_ask_closure_o_t   

struct PK_GROUP_ask_closure_o_s
    {
    int          o_t_version;       --- version number
    PK_LOGICAL_t want_attribs;      --- return closing attributes
                                    --- (PK_LOGICAL_true)
    };
typedef struct PK_GROUP_ask_closure_o_s PK_GROUP_ask_closure_o_t;



This structure contains optional arguments for PK_GROUP_ask_closure.

Used in:

PK_GROUP_ask_closure


Description of fields:


'want_attribs'          Whether an array of closing attributes is required.