virtual void OperationBegin( DOOperation * pOperation );
Name | Description | |
---|---|---|
in | pOperation | Passes a pointer to the operation object to execute next. |
Called every time a duplicated object system operation is started.
This function is called from the system side along with a pointer to the duplicated object system operation instance when that duplicated object system operation (DOOperation
) attempts to start. 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