Share via


CallSnapshot

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This structure stores information about stack frames.

Syntax

typedef struct _CallSnapshot {
  DWORD dwReturnAddr;
} CallSnapshot;

Members

  • dwReturnAddr
    Return address of the stack frame.

Requirements

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

See Also

Reference

Kernel Structures
GetThreadCallStack
CallSnapshotEx