Documentation ¶
Index ¶
- type WinSyscall
- func (w *WinSyscall) CloseHandle(handle syscall.Handle) error
- func (w *WinSyscall) GetExitCodeProcess(handle syscall.Handle) (uint32, error)
- func (w *WinSyscall) GetProcessStartTime(handle syscall.Handle) (syscall.Filetime, error)
- func (w *WinSyscall) OpenProcess(flags uint32, inherit bool, pid uint32) (syscall.Handle, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WinSyscall ¶
type WinSyscall struct{}
func (*WinSyscall) CloseHandle ¶
func (w *WinSyscall) CloseHandle(handle syscall.Handle) error
func (*WinSyscall) GetExitCodeProcess ¶
func (w *WinSyscall) GetExitCodeProcess(handle syscall.Handle) (uint32, error)
func (*WinSyscall) GetProcessStartTime ¶
func (*WinSyscall) OpenProcess ¶
Click to show internal directories.
Click to hide internal directories.