Completable::GetCompletionCookie
Defined in:
Returns the cookie that is passed to the completion callback function.
TSCompletable.h
Prototype
void *GetCompletionCookie(void) const;
Description
The GetCompletionCookie
function returns the cookie that is passed to the completion callback function. The cookie is undefined until it is set by calling either the Completable::SetCompletionCallback
function or the Completable::SetCompletionCookie
function.
See Also
Completable::GetCompletionCallback
Completable::SetCompletionCallback