IActiveScriptTraceInfo::StartScriptTracing Method

Starts script tracing.

Syntax

HRESULT StartScriptTracing(     [in] IActiveScriptSiteTraceInfo * pSiteTraceInfo,     [in] GUID guidContextID );   

Parameters

pSiteTraceInfo
A pointer to the host's IActiveScriptSiteTraceInfo.

guidContextId
The GUID of the context.

Return Value

The possible return values for this method are the following:

  1. S_OK: Success.

  2. E_POINTER: pSiteTraceInfo is a NULL pointer.

  3. E_NOTIMPL: Not implemented.