PK_ERROR_code_t PK_PARTITION_create_empty ( --- returned arguments --- PK_PARTITION_t *const partition --- new partition ) This function creates a partition. It does not make it current - the current partition is unchanged. The partition is created with only its initial pmark, which it is not at. Specific Errors: PK_ERROR_rollback_not_started Partitioned rollback is not active This function should only be called when partitioned rollback has been started with PK_DELTA_register_callbacks.