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.
This function obtains the context of the process being debugged.
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 Values
This function returns TRUE if the function call succeeds. Otherwise, the function returns FALSE.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: WDbgExts_CE.h.
Link Library: Developer defined.
See Also
Send Feedback on this topic to the authors