nn::nex::CallContext::RegisterCompletionCallback Member Function

Syntax

void RegisterCompletionCallback(
     CallbackRoot * pCallback,
     qBool bCallOnSuccess = true,
     qBool bAddToEnd = true
);

Parameters

Name Description
in pCallback Pointer to the callback object to call at completion.
in bCallOnSuccess If true (the default), the callback is called only when the asynchronous process succeeds.
in bAddToEnd If true (the default), the callback is added to the end of the list. If false, it is added to the front of the list.

Return Values

None.

Description

Sets the operation to execute when this CallContext completes.

Do not call NEX blocking functions from inside the callback function.

Revision History

2012/01/27
Initial version.

CONFIDENTIAL