PK_PARTITION_ask_pmarks_2_r_t   

struct PK_PARTITION_ask_pmarks_2_r_s
    {
    int          r_t_version; --- version number of returns structure
    int          n_pmarks;    --- number of pmarks
    PK_PMARK_t  *pmarks;      --- array of pmarks, if requested
    };

typedef struct PK_PARTITION_ask_pmarks_2_r_s PK_PARTITION_ask_pmarks_2_r_t;



A structure packaging the results of PK_PARTITION_ask_pmarks_2.

Used in:

PK_PARTITION_ask_pmarks_2
PK_PARTITION_ask_pmarks_2_r_f


It has the fields:

'n_pmarks'            the number of pmarks.

'pmarks'              the array of pmarks, if requested.