SetThreadForOperation

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

VOID SetTreadForOperation(
  PULONG Thread
);

Parameters

  • Thread
    [in] Pointer to a thread object.

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.h.
Link Library: Developer defined.

See Also

Debugger Extension Functions | StackTrace

 Last updated on Friday, October 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.