![]() |
• Utility Library | ||
|
API Links
Developer Links
|
Completable::SetCompletionDataDefined in:
Sets the data value that is passed to the completion procedure.
C4Completable.hPrototype
Parameters
Description
The SetCompletionData function sets the data value that is passed to the completion procedure for an object that inherits from the Completable class template. When a subclass completes a task and wishes to notify the user of the object that the task has completed, it calls Completable::CallCompletionProc.
See Also
|