Share via


IActiveScriptSiteTraceInfo::SendScriptTraceInfo Method

Sends trace information that includes the event type, context, and the script statement.

Syntax

HRESULT SendScriptTraceInfo(     [in] SCRIPTTRACEINFO stiEventType,     [in] GUID guidContextID,     [in] DWORD dwScriptContextCookie,     [in] LONG lScriptStatementStart,     [in] LONG lScriptStatementEnd,     [in] DWORD64 dwReserved );   

Parameters

stiEventType
The event type.

guidContextId
The GUID of the context.

dwScriptContextCookie
The cookie of the context.

lScriptStatementStart
The ___location of the start of the script statement.

lScriptStatementEnd
The ___location of the end of the script statement.

dwReserved
Reserved.