![]() |
• Utility Library |
|
API Links
Developer Links
|
Completable::GetCompletionDataDefined in:
Returns the data value that is passed to the completion procedure.
C4Completable.hPrototype
Description
The GetCompletionData function returns the data value of type dataType that is passed to the completion procedure. The type dataType is one of the template parameters for the Completable class. The data value is undefined until it is set through either of the Completable::SetCompletionProc or Completable::SetCompletionData functions.
See Also
Completable::GetCompletionProc
Completable::SetCompletionProc
Completable::SetCompletionData
Completable::CallCompletionProc
|