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

Class _tagADDRESS64

Main/StackWalker/StackWalker.cpp:151–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149 AddrModeFlat
150} ADDRESS_MODE;
151typedef struct _tagADDRESS64
152{
153 DWORD64 Offset;
154 WORD Segment;
155 ADDRESS_MODE Mode;
156} ADDRESS64, *LPADDRESS64;
157typedef struct _KDHELP64
158{
159 DWORD64 Thread;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected