Documentation
¶
Rendered for windows/amd64
Index ¶
Constants ¶
View Source
const ( ERROR_NO_MORE_FILES = 0x12 MAX_PATH = 260 )
Some constants from the Windows API
Variables ¶
This section is empty.
Functions ¶
func GetCmdline ¶
func GetProcessCommand ¶
func GetProcessFullPath ¶
Types ¶
type PROCESSENTRY32 ¶
type PROCESSENTRY32 struct {
Size uint32
CntUsage uint32
ProcessID uint32
DefaultHeapID uintptr
ModuleID uint32
CntThreads uint32
ParentProcessID uint32
PriorityClassBase int32
Flags uint32
ExeFile [MAX_PATH]uint16
}
PROCESSENTRY32 is the Windows API structure that contains a process's information.
type Process ¶
type Process struct {
// contains filtered or unexported fields
}
Process is an implementation of Process for Windows.
func (*Process) Executable ¶
Click to show internal directories.
Click to hide internal directories.