GetContext (Compact 2013)
3/26/2014
This function obtains the context of the process being debugged.
Syntax
ULONG GetContext(
ULONG Target,
PCONTEXT lpContext,
ULONG cbSizeOfContext
);
Parameters
- Target
[in] Thread identifier of the thread being debugged.
- lpContext
[in] Pointer to the address of a context structure that receives the context of the process being debugged.
- cbSizeOfContext
[in] Size of the context structure.
Return Value
This function returns TRUE if the function call succeeds. Otherwise, the function returns FALSE.
Requirements
Header |
wdbgexts_ce.h |
Library |
Developer Implemented |