![]() |
• Utility Library |
|
API Links
Developer Links
|
Completable::GetCompletionProcDefined in:
Returns the completion procedure for an object.
C4Completable.hPrototype
Description
The GetCompletionProc function returns a pointer to the currently installed completion procedure. If no completion procedure has been installed, then this function returns nullptr. The CompletionProc type is defined as
classType and dataType are the template parameters for the Completable class template.
See Also
Completable::SetCompletionProc
Completable::GetCompletionData
Completable::SetCompletionData
Completable::CallCompletionProc
|