iapphostconfiglocationcollection

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 (
	// IAppHostConfigLocationCollection interface identifier 832a32f7-b3ea-4b8c-b260-9a2923001184
	AppHostConfigLocationCollectionIID = &dcom.IID{Data1: 0x832a32f7, Data2: 0xb3ea, Data3: 0x4b8c, Data4: []byte{0xb2, 0x60, 0x9a, 0x29, 0x23, 0x00, 0x11, 0x84}}
	// Syntax UUID
	AppHostConfigLocationCollectionSyntaxUUID = &uuid.UUID{TimeLow: 0x832a32f7, TimeMid: 0xb3ea, TimeHiAndVersion: 0x4b8c, ClockSeqHiAndReserved: 0xb2, ClockSeqLow: 0x60, Node: [6]uint8{0x9a, 0x29, 0x23, 0x0, 0x11, 0x84}}
	// Syntax ID
	AppHostConfigLocationCollectionSyntaxV0_0 = &dcerpc.SyntaxID{IfUUID: AppHostConfigLocationCollectionSyntaxUUID, IfVersionMajor: 0, IfVersionMinor: 0}
)
View Source
var (
	// import guard
	GoPackage = "dcom/iisa"
)

Functions

func AppHostConfigLocationCollectionServerHandle

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

func RegisterAppHostConfigLocationCollectionServer

func RegisterAppHostConfigLocationCollectionServer(conn dcerpc.Conn, o AppHostConfigLocationCollectionServer, opts ...dcerpc.Option)

Types

type AddLocationRequest

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

AddLocationRequest structure represents the AddLocation operation request

func (*AddLocationRequest) MarshalNDR

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

func (*AddLocationRequest) UnmarshalNDR

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

type AddLocationResponse

type AddLocationResponse struct {
	// That: ORPCTHAT structure that is used to return ORPC extension data to the client.
	That        *dcom.ORPCThat              `idl:"name:That" json:"that"`
	NewLocation *iisa.AppHostConfigLocation `idl:"name:ppNewLocation" json:"new_location"`
	// Return: The AddLocation return value.
	Return int32 `idl:"name:Return" json:"return"`
}

AddLocationResponse structure represents the AddLocation operation response

func (*AddLocationResponse) MarshalNDR

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

func (*AddLocationResponse) UnmarshalNDR

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

type AppHostConfigLocationCollectionClient

type AppHostConfigLocationCollectionClient 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)

	// AddLocation operation.
	AddLocation(context.Context, *AddLocationRequest, ...dcerpc.CallOption) (*AddLocationResponse, error)

	// DeleteLocation operation.
	DeleteLocation(context.Context, *DeleteLocationRequest, ...dcerpc.CallOption) (*DeleteLocationResponse, error)

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

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

IAppHostConfigLocationCollection interface.

func NewAppHostConfigLocationCollectionClient

func NewAppHostConfigLocationCollectionClient(ctx context.Context, cc dcerpc.Conn, opts ...dcerpc.Option) (AppHostConfigLocationCollectionClient, error)

type AppHostConfigLocationCollectionServer

type AppHostConfigLocationCollectionServer interface {

	// IUnknown base class.
	iunknown.UnknownServer

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

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

	// AddLocation operation.
	AddLocation(context.Context, *AddLocationRequest) (*AddLocationResponse, error)

	// DeleteLocation operation.
	DeleteLocation(context.Context, *DeleteLocationRequest) (*DeleteLocationResponse, error)
}

IAppHostConfigLocationCollection server interface.

type DeleteLocationRequest

type DeleteLocationRequest 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"`
}

DeleteLocationRequest structure represents the DeleteLocation operation request

func (*DeleteLocationRequest) MarshalNDR

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

func (*DeleteLocationRequest) UnmarshalNDR

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

type DeleteLocationResponse

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

DeleteLocationResponse structure represents the DeleteLocation operation response

func (*DeleteLocationResponse) MarshalNDR

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

func (*DeleteLocationResponse) UnmarshalNDR

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

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"`
	VarIndex *oaut.Variant  `idl:"name:varIndex" json:"var_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"`
	Location *iisa.AppHostConfigLocation `idl:"name:ppLocation" json:"location"`
	// 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