virtual void OperationEnd( DOOperation * pOperation );
Name | Description | |
---|---|---|
in | pOperation | Passes a pointer to the operation object to execute next. |
Called every time a duplicated object system operation ends.
This function is called from the system side along with a pointer to the duplicated object system operation instance after that duplicated object system operation (DOOperation
) completes. Call the Operation::GetType
function to determine what type of operation is being performed.
Note: This function is provided so that it can be called by the system. Do not call it from the application.
CONFIDENTIAL