ipc

package
v0.0.20190409 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2019 License: MIT Imports: 6 Imported by: 67

Documentation

Index

Constants

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

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

Variables

This section is empty.

Functions

func GetSystemSecurityDescriptor

func GetSystemSecurityDescriptor() string

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

Jump to

Keyboard shortcuts

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