Share via


_CEDUMP_THREAD_CALL_STACK (Windows Embedded CE 6.0)

1/5/2010

The thread call stack is a header for stack frames.

Syntax

typedef struct _CEDUMP_THREAD_CALL_STACK {
  ULONG32 ProcessId;
  ULONG32 ThreadId;
  USHORT SizeOfFrame; 
  USHORT NumberOfFrames;
  RVA StackFramess;
} CEDUMP_THREAD_CALL_STACK, *PCEDUMP_THREAD_CALL_STACK;

Members

  • ProcessId
    ID of the owning process.
  • ThreadId
    ID of the thread associated with the call stack.
  • NumberOfFrames
    Number of frames of type _CEDUMP_THREAD_CALL_STACK_FRAME.
  • StackFramess
    Pointer to array of _CEDUMP_THREAD_CALL_STACK_FRAME * NumberOfCalls.

Requirements

Header dwcedump.h
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Dump File Structures

Concepts

Dump File Format