iapphostconstantvalue

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: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// IAppHostConstantValue interface identifier 0716caf8-7d05-4a46-8099-77594be91394
	AppHostConstantValueIID = &dcom.IID{Data1: 0x0716caf8, Data2: 0x7d05, Data3: 0x4a46, Data4: []byte{0x80, 0x99, 0x77, 0x59, 0x4b, 0xe9, 0x13, 0x94}}
	// Syntax UUID
	AppHostConstantValueSyntaxUUID = &uuid.UUID{TimeLow: 0x716caf8, TimeMid: 0x7d05, TimeHiAndVersion: 0x4a46, ClockSeqHiAndReserved: 0x80, ClockSeqLow: 0x99, Node: [6]uint8{0x77, 0x59, 0x4b, 0xe9, 0x13, 0x94}}
	// Syntax ID
	AppHostConstantValueSyntaxV0_0 = &dcerpc.SyntaxID{IfUUID: AppHostConstantValueSyntaxUUID, IfVersionMajor: 0, IfVersionMinor: 0}
)
View Source
var (
	// import guard
	GoPackage = "dcom/iisa"
)

Functions

func AppHostConstantValueServerHandle

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

func NewAppHostConstantValueServerHandle

func NewAppHostConstantValueServerHandle(o AppHostConstantValueServer) dcerpc.ServerHandle

func RegisterAppHostConstantValueServer

func RegisterAppHostConstantValueServer(conn dcerpc.Conn, o AppHostConstantValueServer, opts ...dcerpc.Option)

Types

type AppHostConstantValueClient

type AppHostConstantValueClient interface {

	// IUnknown retrieval method.
	Unknown() iunknown.UnknownClient

	// Name operation.
	GetName(context.Context, *GetNameRequest, ...dcerpc.CallOption) (*GetNameResponse, error)

	// Value operation.
	GetValue(context.Context, *GetValueRequest, ...dcerpc.CallOption) (*GetValueResponse, error)

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

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

IAppHostConstantValue interface.

func NewAppHostConstantValueClient

func NewAppHostConstantValueClient(ctx context.Context, cc dcerpc.Conn, opts ...dcerpc.Option) (AppHostConstantValueClient, error)

type AppHostConstantValueServer

type AppHostConstantValueServer interface {

	// IUnknown base class.
	iunknown.UnknownServer

	// Name operation.
	GetName(context.Context, *GetNameRequest) (*GetNameResponse, error)

	// Value operation.
	GetValue(context.Context, *GetValueRequest) (*GetValueResponse, error)
}

IAppHostConstantValue server interface.

type GetNameRequest

type GetNameRequest struct {
	// This: ORPCTHIS structure that is used to send ORPC extension data to the server.
	This *dcom.ORPCThis `idl:"name:This" json:"this"`
}

GetNameRequest structure represents the Name operation request

func (*GetNameRequest) MarshalNDR

func (o *GetNameRequest) MarshalNDR(ctx context.Context, w ndr.Writer) error

func (*GetNameRequest) UnmarshalNDR

func (o *GetNameRequest) UnmarshalNDR(ctx context.Context, r ndr.Reader) error

type GetNameResponse

type GetNameResponse struct {
	// That: ORPCTHAT structure that is used to return ORPC extension data to the client.
	That *dcom.ORPCThat `idl:"name:That" json:"that"`
	Name *oaut.String   `idl:"name:pbstrName" json:"name"`
	// Return: The Name return value.
	Return int32 `idl:"name:Return" json:"return"`
}

GetNameResponse structure represents the Name operation response

func (*GetNameResponse) MarshalNDR

func (o *GetNameResponse) MarshalNDR(ctx context.Context, w ndr.Writer) error

func (*GetNameResponse) UnmarshalNDR

func (o *GetNameResponse) UnmarshalNDR(ctx context.Context, r ndr.Reader) error

type GetValueRequest

type GetValueRequest struct {
	// This: ORPCTHIS structure that is used to send ORPC extension data to the server.
	This *dcom.ORPCThis `idl:"name:This" json:"this"`
}

GetValueRequest structure represents the Value operation request

func (*GetValueRequest) MarshalNDR

func (o *GetValueRequest) MarshalNDR(ctx context.Context, w ndr.Writer) error

func (*GetValueRequest) UnmarshalNDR

func (o *GetValueRequest) UnmarshalNDR(ctx context.Context, r ndr.Reader) error

type GetValueResponse

type GetValueResponse struct {
	// That: ORPCTHAT structure that is used to return ORPC extension data to the client.
	That  *dcom.ORPCThat `idl:"name:That" json:"that"`
	Value uint32         `idl:"name:pdwValue" json:"value"`
	// Return: The Value return value.
	Return int32 `idl:"name:Return" json:"return"`
}

GetValueResponse structure represents the Value operation response

func (*GetValueResponse) MarshalNDR

func (o *GetValueResponse) MarshalNDR(ctx context.Context, w ndr.Writer) error

func (*GetValueResponse) UnmarshalNDR

func (o *GetValueResponse) UnmarshalNDR(ctx context.Context, r ndr.Reader) error

Jump to

Keyboard shortcuts

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