PK_PARTITION_create   

PK_ERROR_code_t                PK_PARTITION_create
(
--- received arguments ---
const PK_PARTITION_create_o_t *options, --- options

--- returned arguments ---
PK_PARTITION_create_r_t *const results  --- results
)


This function creates a partition. Additional properties of the new partition
can be set in the option structure.


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


This function does not make the new partition current - the current partition
is unchanged.

The partition is created with only its initial pmark, which it is not at.

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