PK_TRANSF_transform_r_t   

struct PK_TRANSF_transform_r_s
    {
    int                         r_t_version; --- version number of return
                                             --- structure
    PK_TRANSF_t                 transf_out;  --- resultant transform
    };

typedef struct PK_TRANSF_transform_r_s PK_TRANSF_transform_r_t;



This data structure holds returns of PK_TRANSF_transform.

Used in:

PK_TRANSF_transform_2
PK_TRANSF_transform_r_f


The data structure has the following fields:

    'transf_out':    The resultant transform.

Destroying the returned data structure:
When the application wishes to free the memory associated
with the results structure, the function PK_TRANSF_transform_r_f
must be used.