#include <windows.h>
Go to the source code of this file.
Classes | |
struct | StackWalker::CallstackEntry |
Container for each Callstack-Entry. More... | |
class | StackWalker |
A class that can help with walking the stack for debugging purposes (Windows version) More... | |
Macros | |
#define | GET_CURRENT_CONTEXT(c, contextFlags) |
Typedefs | |
typedef unsigned __int64 | DWORD64 |
typedef unsigned __int64 * | PDWORD64 |
typedef unsigned long * | PSIZE_T |
typedef unsigned long | SIZE_T |
#define GET_CURRENT_CONTEXT | ( | c, | |
contextFlags | |||
) |
Definition at line 246 of file stackwalker.h.
typedef unsigned __int64 DWORD64 |
Definition at line 88 of file stackwalker.h.
typedef unsigned __int64 * PDWORD64 |
Definition at line 88 of file stackwalker.h.
typedef unsigned long * PSIZE_T |
Definition at line 92 of file stackwalker.h.
typedef unsigned long SIZE_T |
Definition at line 92 of file stackwalker.h.