AZMY
Thinkware, Inc
General Order FormSupport CenterSearch this web siteAbout Azmy

 

DM API Online help

 

SQSetRunProgressFunc Function


The SQSetRunProgressFunc function provides a custom UI Reading Progress for data.

Syntax

void SQSetRunProgressFunc(      
  sq_bfProg* ProgressFunc
);

Parameters

ProgressFunc

[in] A Function pointer that takes six integers and a const char* and returns a boolean.

Return Value

The Function returns nothing.

Remarks

SQSetRunProgressFunc: Use SQSetReadProgressFunc to write your own UI to show the runing progress of discovering facts. Simply write a Progress Function that takes six integers and a const char* as following:

iLevel [in] 

iMaxLevel [in] 

fPercent [in] 

lValuesTested [in] 

lFacts [in] 

lExceptions [in] 

sFact [out] 

For more on how to use these parameters please refer to our white paper posted on our web site.

Example

See console example

 

 

Copyright © 1996 - 2007 AZMY Thinkware Inc. All rights reserved.