Reads the raw data points in the given time range from the database into a DataPoint array.
At least one data point before and after the time range should be included in the returned array.
This method needs NOT be thread safe.
The returned data has to be sorted for increasing timestamps
Syntax
Parameters
- item
- startTime
- endTime
- maxValues
- The maximal number of values to return. 0 means no limit.
- bounds
- Return bounding values.
Return Value
HRESULT
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family
See Also