Share via


SetThreadForOperation

Other versions of this page are also available for the following:

Windows Mobile SupportedWindows Embedded CE Supported

8/27/2008

This function specifies a thread to use for the next call to the StackTrace function.

Syntax

VOID SetTreadForOperation(
  PULONG Thread
);

Parameters

  • Thread
    [in] Pointer to a thread object.

Return Value

This function returns TRUE if the function call succeeds. Otherwise, the function returns FALSE.

Requirements

Header wdbgexts_ce.h
Library Developer Implemented
Windows Embedded CE Windows CE 3.0 and later

See Also

Reference

StackTrace

Concepts

Debugger Extension Functions