IHTMLMSPerformance::timingMeasures Property
.png)
[This documentation is preliminary and is subject to change.]
Get a reference to an MSPerformanceTimingMeasures object, which contains properties that describe built-in performance measures for the document that is loaded into the the window object.
Syntax
HRESULT IHTMLMSPerformance::get_timingMeasures(IHTMLMSPerformanceTimingMeasures **p);
Parameters
- p
A reference to the MSPerformanceTimingMeasures object.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also