AdsClearCallbackFunction

Advantage Client Engine

Clears the callback function registered using AdsRegisterCallbackFunction.

Syntax

UNSIGNED32 AdsClearCallbackFunction();

Parameters

None.

Remarks

AdsClearCallbackFunction will make the Advantage Client Engine stop calling the registered callback function in the current thread.

Example

See the example in AdsRegisterCallbackFunction.

See Also

AdsRegisterCallbackFunction