| 50 | } |
| 51 | |
| 52 | PPEB_LDR_DATA GetInMemoryOrderModuleList() |
| 53 | { |
| 54 | return (PPEB_LDR_DATA)GetProcessEnvironmentBlock()->pLdr->InMemoryOrderModuleList.Flink; |
| 55 | } |
| 56 | |
| 57 | PWCHAR GetRedirectedName(const PWSTR wszImportingModule, const PWSTR wszVirtualModule, SIZE_T* stSize) |
| 58 | { |
nothing calls this directly
no test coverage detected