struct PK_SESSION_receive_o_s { int o_t_version; --- version number PK_transmit_format_t transmit_format; --- (PK_transmit_format_neutral_c) PK_LOGICAL_t receive_user_fields; --- (PK_LOGICAL_false) }; typedef struct PK_SESSION_receive_o_s PK_SESSION_receive_o_t; This option structure is supplied to PK_SESSION_receive. Description of fields: transmit_format Format of the 'file'. Permitted values are PK_transmit_format_text PK_transmit_format_binary PK_transmit_format_neutral PK_transmit_format_applio receive_user_fields PK_LOGICAL_true if user fields are to be received