ipc

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 14, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	IpcErrorIO        = -int64(5)
	IpcErrorProtocol  = -int64(71)
	IpcErrorInvalid   = -int64(22)
	IpcErrorPortInUse = -int64(98)
	IpcErrorUnknown   = -int64(55)
)

TODO: replace these with actual standard windows error numbers from the win package

Variables

View Source
var UAPISecurityDescriptor *windows.SECURITY_DESCRIPTOR

Functions

func UAPIListen

func UAPIListen(name string) (net.Listener, error)

Types

type UAPIListener

type UAPIListener struct {
	// contains filtered or unexported fields
}

func (*UAPIListener) Accept

func (l *UAPIListener) Accept() (net.Conn, error)

func (*UAPIListener) Addr

func (l *UAPIListener) Addr() net.Addr

func (*UAPIListener) Close

func (l *UAPIListener) Close() error

Directories

Path Synopsis
Package namedpipe implements a net.Conn and net.Listener around Windows named pipes.
Package namedpipe implements a net.Conn and net.Listener around Windows named pipes.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL