PK_LTOPOL_is_r_t   

struct PK_LTOPOL_is_r_s
    {
    int             r_t_version;    --- version number of return structure
    PK_LOGICAL_t    is_ltopol;      --- whether the ltopol exists
    };
typedef struct PK_LTOPOL_is_r_s PK_LTOPOL_is_r_t;


A structure packaging the existence of an ltopol.

Used in:

PK_LTOPOL_is
PK_LTOPOL_is_r_f


The structure has the following field:

'is_ltopol'     The existence of the ltopol.

The function PK_LTOPOL_is_r_f may be used to free associated memory.