SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Macros | Typedefs
StackWalker.h File Reference
#include <windows.h>
#include <sstream>

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

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

Typedef Documentation

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