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

Enum CallstackEntryType

Main/StackWalker/StackWalker.h:154–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 } CallstackEntry;
153
154 typedef enum CallstackEntryType
155 {
156 firstEntry,
157 nextEntry,
158 lastEntry
159 } CallstackEntryType;
160
161 virtual void OnSymInit(LPCSTR szSearchPath, DWORD symOptions, LPCSTR szUserName);
162 virtual void OnLoadModule(LPCSTR img,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected