|
<< Click to Display Table of Contents >> DBIQryProgress (query progress) |
![]() ![]()
|
The DBIQryProgress structure describes the status of a query, using the following fields:
Field |
Type |
Description |
stepsInQry |
UINT16 |
Specifies the total number of steps in the query. |
stepsCompleted |
UINT16 |
Specifies the number of steps completed out of the total. |
totElemInStep |
UINT32 |
Specifies the total number of elements in the current step. |
elemCompleted |
UINT32 |
Specifies the number of elements completed in the current step. |