MCPcopy Create free account
hub / github.com/Compiled-Code/eac-mapper / _RTL_PROCESS_MODULES

Class _RTL_PROCESS_MODULES

dependencies/vdm/util/nt.hpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21} RTL_PROCESS_MODULE_INFORMATION, * PRTL_PROCESS_MODULE_INFORMATION;
22
23typedef struct _RTL_PROCESS_MODULES
24{
25 ULONG NumberOfModules;
26 RTL_PROCESS_MODULE_INFORMATION Modules[1];
27} RTL_PROCESS_MODULES, * PRTL_PROCESS_MODULES;
28
29typedef enum _POOL_TYPE {
30 NonPagedPool,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected