iunknown

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// IUnknown interface identifier 00000000-0000-0000-c000-000000000046
	UnknownIID = &dcom.IID{Data1: 0x00000000, Data2: 0x0000, Data3: 0x0000, Data4: []byte{0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46}}
	// Syntax UUID
	UnknownSyntaxUUID = &uuid.UUID{TimeLow: 0x0, TimeMid: 0x0, TimeHiAndVersion: 0x0, ClockSeqHiAndReserved: 0xc0, ClockSeqLow: 0x0, Node: [6]uint8{0x0, 0x0, 0x0, 0x0, 0x0, 0x46}}
	// Syntax ID
	UnknownSyntaxV0_0 = &dcerpc.SyntaxID{IfUUID: UnknownSyntaxUUID, IfVersionMajor: 0, IfVersionMinor: 0}
)
View Source
var (
	// import guard
	GoPackage = "dcom"
)

Functions

func NewUnknownServerHandle

func NewUnknownServerHandle(o UnknownServer) dcerpc.ServerHandle

func RegisterUnknownServer

func RegisterUnknownServer(conn dcerpc.Conn, o UnknownServer, opts ...dcerpc.Option)

func UnknownServerHandle

func UnknownServerHandle(ctx context.Context, o UnknownServer, opNum int, r ndr.Reader) (dcerpc.Operation, error)

Types

type UnknownClient

type UnknownClient interface {

	// AlterContext alters the client context.
	AlterContext(context.Context, ...dcerpc.Option) error

	// IPID sets the object interface identifier.
	IPID(context.Context, *dcom.IPID) UnknownClient
}

IUnknown interface.

func NewUnknownClient

func NewUnknownClient(ctx context.Context, cc dcerpc.Conn, opts ...dcerpc.Option) (UnknownClient, error)

type UnknownServer

type UnknownServer interface {
}

IUnknown server interface.

Jump to

Keyboard shortcuts

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