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
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.