Used by a smart host to delegate the IDebugDocumentContext::EnumCodeContexts method.
HRESULT EnumCodeContextsOfPosition( DWORD_PTR dwSourceContext, ULONG uCharacterOffset, ULONG uNumChars, IEnumDebugCodeContexts** ppescc ); |
Parameters
- dwSourceContext
[in] The source context as provided to IActiveScriptParse::ParseScriptText or IActiveScriptParse::AddScriptlet.
- uCharacterOffset
[in] Character offset relative to start of script text.
- uNumChars
[in] Number of characters in this context.
- ppescc
[out] An enumerator of the code contexts in the specified range.
Return Value
Remarks
See Also