Reads all modified data points from the file into a DataPointModified array.
At least one data point before and after the time range must be included in the returned array.
This implementation returns all found points and lets the calling method in HDAPlugin.dll
filter the unneeded points.
The returned data has to be sorted for increasing timestamps.
On error throw a HDAException with the error code that is to be rturned to the client.
Syntax
Parameters
- item
- startTime
- endTime
Return Value
HRESULT
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family
See Also