PK_PARTITION_ask_cloning   

PK_ERROR_code_t                     PK_PARTITION_ask_cloning
(
--- received arguments ---
PK_PARTITION_t                      partition,       --- partition
const PK_PARTITION_ask_cloning_o_t *options,         --- options

--- returned arguments ---
int                          *const n_clone_records, --- number of clone
                                                     --- records
PK_clone_record_t           **const clone_records    --- clone records
)


This function reports the state of all clone spans in the given 'partition'

Note: You are advised to consult with Parasolid Support before using
cloning.


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


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