iapphostadminmanager

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 (
	// IAppHostAdminManager interface identifier 9be77978-73ed-4a9a-87fd-13f09fec1b13
	AppHostAdminManagerIID = &dcom.IID{Data1: 0x9be77978, Data2: 0x73ed, Data3: 0x4a9a, Data4: []byte{0x87, 0xfd, 0x13, 0xf0, 0x9f, 0xec, 0x1b, 0x13}}
	// Syntax UUID
	AppHostAdminManagerSyntaxUUID = &uuid.UUID{TimeLow: 0x9be77978, TimeMid: 0x73ed, TimeHiAndVersion: 0x4a9a, ClockSeqHiAndReserved: 0x87, ClockSeqLow: 0xfd, Node: [6]uint8{0x13, 0xf0, 0x9f, 0xec, 0x1b, 0x13}}
	// Syntax ID
	AppHostAdminManagerSyntaxV0_0 = &dcerpc.SyntaxID{IfUUID: AppHostAdminManagerSyntaxUUID, IfVersionMajor: 0, IfVersionMinor: 0}
)
View Source
var (
	// import guard
	GoPackage = "dcom/iisa"
)

Functions

func AppHostAdminManagerServerHandle

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

func NewAppHostAdminManagerServerHandle

func NewAppHostAdminManagerServerHandle(o AppHostAdminManagerServer) dcerpc.ServerHandle

func RegisterAppHostAdminManagerServer

func RegisterAppHostAdminManagerServer(conn dcerpc.Conn, o AppHostAdminManagerServer, opts ...dcerpc.Option)

Types

type AppHostAdminManagerClient

type AppHostAdminManagerClient interface {

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

	// GetAdminSection operation.
	GetAdminSection(context.Context, *GetAdminSectionRequest, ...dcerpc.CallOption) (*GetAdminSectionResponse, error)

	// GetMetadata operation.
	GetMetadata(context.Context, *GetMetadataRequest, ...dcerpc.CallOption) (*GetMetadataResponse, error)

	// SetMetadata operation.
	SetMetadata(context.Context, *SetMetadataRequest, ...dcerpc.CallOption) (*SetMetadataResponse, error)

	// ConfigManager operation.
	GetConfigManager(context.Context, *GetConfigManagerRequest, ...dcerpc.CallOption) (*GetConfigManagerResponse, error)

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

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

IAppHostAdminManager interface.

func NewAppHostAdminManagerClient

func NewAppHostAdminManagerClient(ctx context.Context, cc dcerpc.Conn, opts ...dcerpc.Option) (AppHostAdminManagerClient, error)

type AppHostAdminManagerServer

type AppHostAdminManagerServer interface {

	// IUnknown base class.
	iunknown.UnknownServer

	// GetAdminSection operation.
	GetAdminSection(context.Context, *GetAdminSectionRequest) (*GetAdminSectionResponse, error)

	// GetMetadata operation.
	GetMetadata(context.Context, *GetMetadataRequest) (*GetMetadataResponse, error)

	// SetMetadata operation.
	SetMetadata(context.Context, *SetMetadataRequest) (*SetMetadataResponse, error)

	// ConfigManager operation.
	GetConfigManager(context.Context, *GetConfigManagerRequest) (*GetConfigManagerResponse, error)
}

IAppHostAdminManager server interface.

type GetAdminSectionRequest

type GetAdminSectionRequest struct {
	// This: ORPCTHIS structure that is used to send ORPC extension data to the server.
	This        *dcom.ORPCThis `idl:"name:This" json:"this"`
	SectionName *oaut.String   `idl:"name:bstrSectionName" json:"section_name"`
	Path        *oaut.String   `idl:"name:bstrPath" json:"path"`
}

GetAdminSectionRequest structure represents the GetAdminSection operation request

func (*GetAdminSectionRequest) MarshalNDR

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

func (*GetAdminSectionRequest) UnmarshalNDR

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

type GetAdminSectionResponse

type GetAdminSectionResponse struct {
	// That: ORPCTHAT structure that is used to return ORPC extension data to the client.
	That         *dcom.ORPCThat       `idl:"name:That" json:"that"`
	AdminSection *iisa.AppHostElement `idl:"name:ppAdminSection" json:"admin_section"`
	// Return: The GetAdminSection return value.
	Return int32 `idl:"name:Return" json:"return"`
}

GetAdminSectionResponse structure represents the GetAdminSection operation response

func (*GetAdminSectionResponse) MarshalNDR

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

func (*GetAdminSectionResponse) UnmarshalNDR

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

type GetConfigManagerRequest

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

GetConfigManagerRequest structure represents the ConfigManager operation request

func (*GetConfigManagerRequest) MarshalNDR

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

func (*GetConfigManagerRequest) UnmarshalNDR

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

type GetConfigManagerResponse

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

GetConfigManagerResponse structure represents the ConfigManager operation response

func (*GetConfigManagerResponse) MarshalNDR

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

func (*GetConfigManagerResponse) UnmarshalNDR

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

type GetMetadataRequest

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

GetMetadataRequest structure represents the GetMetadata operation request

func (*GetMetadataRequest) MarshalNDR

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

func (*GetMetadataRequest) UnmarshalNDR

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

type GetMetadataResponse

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

GetMetadataResponse structure represents the GetMetadata operation response

func (*GetMetadataResponse) MarshalNDR

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

func (*GetMetadataResponse) UnmarshalNDR

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

type SetMetadataRequest

type SetMetadataRequest struct {
	// This: ORPCTHIS structure that is used to send ORPC extension data to the server.
	This         *dcom.ORPCThis `idl:"name:This" json:"this"`
	MetadataType *oaut.String   `idl:"name:bstrMetadataType" json:"metadata_type"`
	Value        *oaut.Variant  `idl:"name:value" json:"value"`
}

SetMetadataRequest structure represents the SetMetadata operation request

func (*SetMetadataRequest) MarshalNDR

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

func (*SetMetadataRequest) UnmarshalNDR

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

type SetMetadataResponse

type SetMetadataResponse 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 SetMetadata return value.
	Return int32 `idl:"name:Return" json:"return"`
}

SetMetadataResponse structure represents the SetMetadata operation response

func (*SetMetadataResponse) MarshalNDR

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

func (*SetMetadataResponse) UnmarshalNDR

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