package
0.4.15
Repository: https://github.com/io1o/go-winio.git
Documentation: pkg.go.dev

# Functions

EnumProcesses returns a slice containing the process IDs of all processes currently running on the system.
GetProcessMemoryInfo returns the memory usage information for the given process.
QueryFullProcessImageName returns the full process image name for the given process.

# Constants

ImageNameFormatNTPath indicates to format the name as a NT path.
ImageNameFormatWin32Path indicates to format the name as a Win32 path.

# Structs

ProcessMemoryCountersEx is the PROCESS_MEMORY_COUNTERS_EX struct from Windows: https://docs.microsoft.com/en-us/windows/win32/api/psapi/ns-psapi-process_memory_counters_ex.