AdsClearProgressCallback

Advantage Client Engine

Clears the progress callback registered using AdsRegisterProgressCallback.

Note This API still functions as before, but is now obsolete. It is suggested you use AdsRegisterCallbackFunction and AdsClearCallbackFunction instead, as they work better with threads and have more complete functionality.

Syntax

UNSIGNED32

AdsClearProgressCallback ();

Parameters

None.

Remarks

AdsClearProgressCallback will make the Advantage Client Engine stop calling the registered callback function. The progress callback is used to indicate progress while an Advantage server is building an index.

Example

Click Here

See Also

AdsRegisterCallbackFunction

AdsClearCallbackFunction

AdsCreateIndex

AdsReindex