IHTMLMSPerformance::getMarks Method

New for Internet Explorer 9

[This documentation is preliminary and is subject to change.]

Gets a collection of times that are associated with custom performance marks.

Syntax

HRESULT getMarks(
    VARIANT *markName,
    VARIANT *marks
);

Parameters

  • markName
    [in] If specified, the resulting collection only contains times that are associated with the specified performance mark.
  • marks
    [out, retval] A collection of times that are associated with the specified performance marks.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

The values in the marks collection represents the number of milliseconds between each recorded time and midnight January 1, 1970 (UTC).