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

Class _MODULEINFO

src/StackWalker.cpp:509–513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507
508 // **************************************** PSAPI ************************
509 typedef struct _MODULEINFO {
510 LPVOID lpBaseOfDll;
511 DWORD SizeOfImage;
512 LPVOID EntryPoint;
513 } MODULEINFO, *LPMODULEINFO;
514
515 BOOL GetModuleListPSAPI(HANDLE hProcess)
516 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected