MCPcopy Create free account
hub / github.com/JochenKalmbach/StackWalker / _IMAGEHLP_SYMBOL64

Class _IMAGEHLP_SYMBOL64

Main/StackWalker/StackWalker.cpp:135–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 CHAR LoadedImageName[256]; // symbol file name
134} IMAGEHLP_MODULE64, *PIMAGEHLP_MODULE64;
135typedef struct _IMAGEHLP_SYMBOL64
136{
137 DWORD SizeOfStruct; // set to sizeof(IMAGEHLP_SYMBOL64)
138 DWORD64 Address; // virtual address including dll base address
139 DWORD Size; // estimated size of symbol, can be zero
140 DWORD Flags; // info about the symbols, see the SYMF defines
141 DWORD MaxNameLength; // maximum size of symbol name in 'Name'
142 CHAR Name[1]; // symbol name (null terminated string)
143} IMAGEHLP_SYMBOL64, *PIMAGEHLP_SYMBOL64;
144typedef enum
145{
146 AddrMode1616,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected