| 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, |
nothing calls this directly
no outgoing calls
no test coverage detected