SetThreadForOperation (Windows CE 5.0)
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_CE.h.
Link Library: Developer defined.
See Also
Debugger Extension Functions | StackTrace
Send Feedback on this topic to the authors