Documentation
¶
Index ¶
Constants ¶
View Source
const TH32CS_SNAPPROCESS = 0x00000002
Variables ¶
This section is empty.
Functions ¶
func FindNameByPid ¶
func FindPidByName ¶
Types ¶
type WindowsProcess ¶
type WindowsProcess struct {
ProcessID int // PID
ParentProcessID int
Exe string // Cmdline executable (e.g. explorer.exe)
}
func GetProcesses ¶
func GetProcesses() ([]WindowsProcess, error)
Click to show internal directories.
Click to hide internal directories.