Generated from Manticore v1.1.6 • 388 packages. View on pkg.go.dev

functions

import "github.com/TheManticoreProject/Manticore/network/dcerpc/interfaces/ae33069b-a2a8-46ee-a235-ddfd339be281/1.0/functions"

Index

func IRPCRemoteObject\_Create

func IRPCRemoteObject_Create(rpc ndr.Invoker) (PpRemoteObj mspan.PRPCREMOTEOBJECT, err error)

IRPCRemoteObject_Create calls IRPCRemoteObject_Create (opnum 0) ([MS-PAN] 3.1.2.4.1). It creates a new remote object on the server and returns its context handle for use as the registration/channel argument of the IRPCAsyncNotify methods.

func IRPCRemoteObject\_Delete

func IRPCRemoteObject_Delete(rpc ndr.Invoker, ppRemoteObj mspan.PRPCREMOTEOBJECT) (PpRemoteObj mspan.PRPCREMOTEOBJECT, err error)

IRPCRemoteObject_Delete calls IRPCRemoteObject_Delete (opnum 1) ([MS-PAN] 3.1.2.4.2). It destroys the remote object referenced by ppRemoteObj; the returned handle is the server-nulled [in,out] context handle. The method has no return value.