Return statistics for an HPE queue.
HPESTATUS hpeGetQueueStats(
    HPEHANDLE devhandle, 
        DWORD queue,
    HPETSTATS *stats
);
devhandle 
queue 
stats 
Not all drivers may have statistics implemented and may not return all of the fields in the structure.
Reading the statistics resets the internal counters.
A status value indicating the success or failure of the operation:
E_OK | 
The operation completed successfully. | 
E_EXIST | 
The handle given is not a handle for an open HPE interface. | 
E_LIMIT | 
The queue parameter is out of range. | 
E_BAD_ADDR | 
The stats parameter is not a valid pointer. | 
| Versions | Defined in | Include | Link to | 
|---|---|---|---|
| INtime 6.0 (HPE3) | intime/rt/include/hpeif2.h | hpeif2.h | hpeif2.lib |