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

Class IMAGEHLP_MODULE64_V2

src/StackWalker.cpp:345–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343};
344*/
345typedef struct IMAGEHLP_MODULE64_V2 {
346 DWORD SizeOfStruct; // set to sizeof(IMAGEHLP_MODULE64)
347 DWORD64 BaseOfImage; // base load address of module
348 DWORD ImageSize; // virtual size of the loaded module
349 DWORD TimeDateStamp; // date/time stamp from pe header
350 DWORD CheckSum; // checksum from the pe header
351 DWORD NumSyms; // number of symbols in the symbol table
352 SYM_TYPE SymType; // type of symbols loaded
353 CHAR ModuleName[32]; // module name
354 CHAR ImageName[256]; // image name
355 CHAR LoadedImageName[256]; // symbol file name
356};
357
358
359 // SymCleanup()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected