Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Factory method for stack walker.
Syntax
HRESULT CreateStackWalker(
DWORD threadId,
IJsDebugStackWalker **ppStackWalker
);
Parameters
threadId
[in] The thread ID.
ppStackWalker
[out] The new stack walker object.
Return Value
Remarks
Returns E_JsDEBUG_UNKNOWN_THREAD if the thread does not have JavaScript on it. This method may only be called while the target process is stopped.
Requirements
Header: jscript9diag.h