AbortClone
The AbortClone method aborts the specified cloning transaction.
void AbortClone (in ODDraftKey key);
key
- The draft key of the cloning transaction to be aborted.
DISCUSSION
You call this method if a cloning transaction cannot be completed for any reason. The key parameter must be set to the draft key value returned by the call to the BeginClone method that started the cloning transaction.
EXCEPTIONS
kODErrInvalidDraftKey
- The specified draft key is not the draft key for the current cloning transaction.
SEE ALSO
The ODDraftKey type (page 902).
The ODDraft::BeginClone method (page 159).
The ODDraft::Clone method (page 162).
The ODDraft::EndClone method (page 171).
"EndClone" on page 325 in OpenDoc Programmer's Guide
"Insert" on page 247 in OpenDoc Programmer's Guide.