PK_PARTITION_ask_type   

PK_ERROR_code_t            PK_PARTITION_ask_type
(
--- received arguments ---
PK_PARTITION_t             partition,      --- a partition

--- returned arguments ---
PK_PARTITION_type_t *const partition_type  --- type of partition
)


This function returns the type of the given 'partition'.


Specific Errors:
    PK_ERROR_rollback_not_started   Partitioned rollback is not active (MILD)


Light partitions use less delta memory but cannot be merged nor transmitted.

This function should only be called when partitioned rollback has been started
by calling PK_DELTA_register_callbacks.