msWriteProfilerMark method
[This documentation is preliminary and is subject to change.]
Writes a profiling event.
![]() |
Syntax
HRESULT retVal = object.msWriteProfilerMark(bstrProfilerMarkName);
Standards information
There are no standards that apply here.
Parameters
- bstrProfilerMarkName [in]
-
Type: BSTR
An event name. This parameter may be NULL.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
For Windows XP, this method sends an event to an event tracing session with TraceEvent; for systems after Windows XP, this method writes an event with EventWrite.
The event includes a pointer to a IHTMLWindow6 interface, current markup, and the event name passed as bstrProfilerMarkName.
This method is useful to profile real website performance by using the operating system metrics as a baseline.
See also
Build date: 6/12/2012
Community Additions
Show:
