aboutsummaryrefslogtreecommitdiff
path: root/src/Module.zig
diff options
context:
space:
mode:
authorxEgoist <egoist@egoistic.dev>2023-03-22 05:57:14 -0500
committerxEgoist <egoist@egoistic.dev>2023-03-22 06:13:11 -0500
commit70469d428dd94693295b320a975b1ddf904dda3b (patch)
tree30f2fd925f76db6ead489ab7e5eddf51320113e9 /src/Module.zig
parentcc44183787adde8b83f9373dd53250f154058dc4 (diff)
downloadzig-70469d428dd94693295b320a975b1ddf904dda3b.tar.gz
zig-70469d428dd94693295b320a975b1ddf904dda3b.zip
Implemented Zig wrapper for `GetProcessMemoryInfo`
`GetProcessMemoryInfo` is implemented using `NtQueryInformationProcess` with `ProcessVmCounters` to obtain `VM_COUNTERS`. The structs, enum definitions are found in `winternl.h` or `ntddk.h` in the latest WDK. This should give the same results as using `K32GetProcessMemoryInfo`
Diffstat (limited to 'src/Module.zig')
0 files changed, 0 insertions, 0 deletions