|
My Project
|
#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 GET_CURRENT_CONTEXT | ( | c, | |
| contextFlags | |||
| ) |
do { \ memset(&c, 0, sizeof(CONTEXT)); \ c.ContextFlags = contextFlags; \ RtlCaptureContext(&c); \ } while(0);
| typedef unsigned __int64 DWORD64 |
| typedef unsigned __int64 * PDWORD64 |
| typedef unsigned long * PSIZE_T |
| typedef unsigned long SIZE_T |