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 ¶
Types ¶
type UAPIListener ¶
type UAPIListener struct {
// contains filtered or unexported fields
}
func (*UAPIListener) Addr ¶
func (l *UAPIListener) Addr() net.Addr
func (*UAPIListener) Close ¶
func (l *UAPIListener) Close() error
Click to show internal directories.
Click to hide internal directories.