![]() |
• Utility Library | ||||
|
API Links
Developer Links
|
Completable::SetCompletionProcDefined in:
Sets the completion procedure for an object.
C4Completable.hPrototype
Parameters
Description
The SetCompletionProc function sets the completion procedure for an object that inherits from the Completable class template. The CompletionProc type is defined as
classType and dataType are the template parameters for 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
|