Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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