Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents the script event that is being traced. Used in the IActiveScriptSiteTraceInfo::SendScriptTraceInfo Method.
Syntax
typedef enum tagSCRIPTTRACEINFO { SCRIPTTRACEINFO_SCRIPTSTART = 0, SCRIPTTRACEINFO_SCRIPTEND = 1, SCRIPTTRACEINFO_COMCALLSTART = 2, SCRIPTTRACEINFO_COMCALLEND = 3, SCRIPTTRACEINFO_CREATEOBJSTART = 4, SCRIPTTRACEINFO_CREATEOBJEND = 5, SCRIPTTRACEINFO_GETOBJSTART = 6, SCRIPTTRACEINFO_GETOBJEND = 7, } SCRIPTTRACEINFO ;
Enumeration Values
| SCRIPTTRACEINFO_SCRIPTSTART | The start of a script. |
| SCRIPTTRACEINFO_SCRIPTEND | The end of the script. |
| SCRIPTTRACEINFO_COMCALLSTART | The start of a COM call. |
| SCRIPTTRACEINFO_COMCALLEND | The end of a COM call. |
| SCRIPTTRACEINFO_CREATEOBJSTART | The start of object creation. |
| SCRIPTTRACEINFO_CREATEOBJEND | The end of object creation. |
| SCRIPTTRACEINFO_GETOBJSTART | The start of a GetObject call. |
| SCRIPTTRACEINFO_GETOBJEND | The end of a GetObject call. |