Compartilhar via


SetContext (Windows CE 5.0)

Send Feedback

This function sets the context of the process being debugged.

ULONG SetContext(  ULONG Target,  PCONTEXT lpContext,  ULONG cbSizeOfContext);

Parameters

  • Target
    [in] Thread identifier of the thread being debugged.
  • lpContext
    [in] Address of a context structure that contains the context to be set for 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

Debugger Extension Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.