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