IHTMLMSPerformance::markFullyLoaded Method
.png)
[This documentation is preliminary and is subject to change.]
Sets a location for the built-in fullyloaded performance mark.
Syntax
HRESULT markFullyLoaded(VOID);
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The
fullyloadedperformance mark indicates the location in a webpage where the page can be considered fully loaded. Because webpages vary in design and purpose, this location is left to the discretion of the page author.Use the IHTMLMSPerformance::markFullyLoaded method to indicate the location of the IHTMLMSPerformanceTiming::fullyLoaded performance mark; this allows the IHTMLMSPerformanceTimingMeasures::fullyLoaded performance measure to be calculated.
See Also
IHTMLMSPerformanceTiming::fullyLoaded, IHTMLMSPerformanceTimingMeasures::fullyLoaded