HrJSCollectDataPoint

The HrJSCollectDataPoint function provides a snapshot value to the jump window.

Quick Info

Header file: STATS.H
Library: STATS.LIB

HRESULT HrJSCollectDataPoint(
  HJSWINDOW hJSWindow,  
  FILETIME * pftNow,    
  DWORD dwValue         
);
 

Parameters

hJSWindow
Input parameter. Handle to the jump window.
pftNow
Input parameter. Points to the current time.
dwValue
Input parameter. Snapshot value to add to the jump window.

Return Values

See Return Values.

Remarks

The HrJSCollectDataPoint function provides a snapshot value to the jump window as an item of data to be included in the jump window statistic.

For more information on this function, see Jump Window Functions in the Gateway Programmer's Reference.

See Also

HrFileTimeToSeconds, HrJSOpen, HrJSGetValue, JSClose,