Skyscraper 2.0
stackwalker.h File Reference
#include <windows.h>
Include dependency graph for stackwalker.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  StackWalker
 
struct  StackWalker::CallstackEntry
 

Macros

#define GET_CURRENT_CONTEXT(c, contextFlags)
 

Typedefs

typedef unsigned __int64 DWORD64
 
typedef unsigned __int64 * PDWORD64
 
typedef unsigned long SIZE_T
 
typedef unsigned long * PSIZE_T
 

Macro Definition Documentation

◆ GET_CURRENT_CONTEXT

#define GET_CURRENT_CONTEXT ( c,
contextFlags )
Value:
do { \
memset(&c, 0, sizeof(CONTEXT)); \
c.ContextFlags = contextFlags; \
RtlCaptureContext(&c); \
} while(0);

Definition at line 209 of file stackwalker.h.

Typedef Documentation

◆ DWORD64

typedef unsigned __int64 DWORD64

Definition at line 43 of file stackwalker.h.

◆ PDWORD64

typedef unsigned __int64 * PDWORD64

Definition at line 43 of file stackwalker.h.

◆ PSIZE_T

typedef unsigned long * PSIZE_T

Definition at line 47 of file stackwalker.h.

◆ SIZE_T

typedef unsigned long SIZE_T

Definition at line 47 of file stackwalker.h.