iapphostelementschemacollection

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// IAppHostElementSchemaCollection interface identifier 0344cdda-151e-4cbf-82da-66ae61e97754
	AppHostElementSchemaCollectionIID = &dcom.IID{Data1: 0x0344cdda, Data2: 0x151e, Data3: 0x4cbf, Data4: []byte{0x82, 0xda, 0x66, 0xae, 0x61, 0xe9, 0x77, 0x54}}
	// Syntax UUID
	AppHostElementSchemaCollectionSyntaxUUID = &uuid.UUID{TimeLow: 0x344cdda, TimeMid: 0x151e, TimeHiAndVersion: 0x4cbf, ClockSeqHiAndReserved: 0x82, ClockSeqLow: 0xda, Node: [6]uint8{0x66, 0xae, 0x61, 0xe9, 0x77, 0x54}}
	// Syntax ID
	AppHostElementSchemaCollectionSyntaxV0_0 = &dcerpc.SyntaxID{IfUUID: AppHostElementSchemaCollectionSyntaxUUID, IfVersionMajor: 0, IfVersionMinor: 0}
)
View Source
var (
	// import guard
	GoPackage = "dcom/iisa"
)

Functions

func AppHostElementSchemaCollectionServerHandle

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

func RegisterAppHostElementSchemaCollectionServer

func RegisterAppHostElementSchemaCollectionServer(conn dcerpc.Conn, o AppHostElementSchemaCollectionServer, opts ...dcerpc.Option)

Types

type AppHostElementSchemaCollectionClient

type AppHostElementSchemaCollectionClient interface {

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

	// Count operation.
	GetCount(context.Context, *GetCountRequest, ...dcerpc.CallOption) (*GetCountResponse, error)

	// Item operation.
	GetItem(context.Context, *GetItemRequest, ...dcerpc.CallOption) (*GetItemResponse, error)

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

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

IAppHostElementSchemaCollection interface.

func NewAppHostElementSchemaCollectionClient

func NewAppHostElementSchemaCollectionClient(ctx context.Context, cc dcerpc.Conn, opts ...dcerpc.Option) (AppHostElementSchemaCollectionClient, error)

type AppHostElementSchemaCollectionServer

type AppHostElementSchemaCollectionServer interface {

	// IUnknown base class.
	iunknown.UnknownServer

	// Count operation.
	GetCount(context.Context, *GetCountRequest) (*GetCountResponse, error)

	// Item operation.
	GetItem(context.Context, *GetItemRequest) (*GetItemResponse, error)
}

IAppHostElementSchemaCollection server interface.

type GetCountRequest

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

GetCountRequest structure represents the Count operation request

func (*GetCountRequest) MarshalNDR

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

func (*GetCountRequest) UnmarshalNDR

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

type GetCountResponse

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

GetCountResponse structure represents the Count operation response

func (*GetCountResponse) MarshalNDR

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

func (*GetCountResponse) UnmarshalNDR

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

type GetItemRequest

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

GetItemRequest structure represents the Item operation request

func (*GetItemRequest) MarshalNDR

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

func (*GetItemRequest) UnmarshalNDR

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

type GetItemResponse

type GetItemResponse struct {
	// That: ORPCTHAT structure that is used to return ORPC extension data to the client.
	That          *dcom.ORPCThat             `idl:"name:That" json:"that"`
	ElementSchema *iisa.AppHostElementSchema `idl:"name:ppElementSchema" json:"element_schema"`
	// Return: The Item return value.
	Return int32 `idl:"name:Return" json:"return"`
}

GetItemResponse structure represents the Item operation response

func (*GetItemResponse) MarshalNDR

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

func (*GetItemResponse) UnmarshalNDR

func (o *GetItemResponse) 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