SetThreadForOperation (Windows Embedded CE 6.0)

1/5/2010

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