Documentation ¶
Rendered for windows/amd64
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnumProcesses ¶
Types ¶
type Process ¶
type Process struct { PID uint32 ParentID uint32 ExeFile string TimeStat ProcessTimeStat MemStat ProcessMemStat }
func QueryProcessInformation ¶
type ProcessMemStat ¶
func GetProcessMemoryInfo ¶
func GetProcessMemoryInfo(handle windows.Handle) (*ProcessMemStat, error)
type ProcessTimeStat ¶
func GetProcessTimes ¶
func GetProcessTimes(handle windows.Handle) (*ProcessTimeStat, error)
type Toolhelp32Process ¶
func CreateToolhelp32Snapshot ¶
func CreateToolhelp32Snapshot() ([]*Toolhelp32Process, error)
Click to show internal directories.
Click to hide internal directories.