MCPcopy Create free account
hub / github.com/ddopson/node-segfault-handler / _IMAGEHLP_LINE64

Class _IMAGEHLP_LINE64

src/StackWalker.cpp:52–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 NumSymTypes
51} SYM_TYPE;
52typedef struct _IMAGEHLP_LINE64 {
53 DWORD SizeOfStruct; // set to sizeof(IMAGEHLP_LINE64)
54 PVOID Key; // internal
55 DWORD LineNumber; // line number in file
56 PCHAR FileName; // full filename
57 DWORD64 Address; // first instruction of line
58} IMAGEHLP_LINE64, *PIMAGEHLP_LINE64;
59typedef struct _IMAGEHLP_MODULE64 {
60 DWORD SizeOfStruct; // set to sizeof(IMAGEHLP_MODULE64)
61 DWORD64 BaseOfImage; // base load address of module

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected