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.
Retrieves context for given thread.
Syntax
HRESULT GetThreadContext(
DWORD threadId,
ULONG32 contextFlags,
ULONG32 contextSize,
void *pContext
);
Parameters
threadId
[in] Thread running in the target process.
contextFlags
[in] Specifies context flags. This is same as the ContextFlags field of CONTEXT (for more information, see winnt.h, search for CONTEXT_ALL).
contextSize
[in] The size of the buffer specified by pContext.
pContext
[out] Receives platform-specific CONTEXT structure into the buffer specified by pContext.
Return Value
Requirements
Header: jscript9diag.h