My Project
D:/source/c++/Programme/sally/sally/sallyAPI/StackWalker.h File Reference
#include "Define.h"

Go to the source code of this file.

Classes

class  StackWalker
struct  StackWalker::CallstackEntry

Defines

#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

Define 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
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines