Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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:
S_OK: Success.
E_POINTER:
pSiteTraceInfo
is a NULL pointer.E_NOTIMPL: Not implemented.