iapphostpropertyexception

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 (
	// IAppHostPropertyException interface identifier eafe4895-a929-41ea-b14d-613e23f62b71
	AppHostPropertyExceptionIID = &dcom.IID{Data1: 0xeafe4895, Data2: 0xa929, Data3: 0x41ea, Data4: []byte{0xb1, 0x4d, 0x61, 0x3e, 0x23, 0xf6, 0x2b, 0x71}}
	// Syntax UUID
	AppHostPropertyExceptionSyntaxUUID = &uuid.UUID{TimeLow: 0xeafe4895, TimeMid: 0xa929, TimeHiAndVersion: 0x41ea, ClockSeqHiAndReserved: 0xb1, ClockSeqLow: 0x4d, Node: [6]uint8{0x61, 0x3e, 0x23, 0xf6, 0x2b, 0x71}}
	// Syntax ID
	AppHostPropertyExceptionSyntaxV0_0 = &dcerpc.SyntaxID{IfUUID: AppHostPropertyExceptionSyntaxUUID, IfVersionMajor: 0, IfVersionMinor: 0}
)
View Source
var (
	// import guard
	GoPackage = "dcom/iisa"
)

Functions

func AppHostPropertyExceptionServerHandle

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

func RegisterAppHostPropertyExceptionServer

func RegisterAppHostPropertyExceptionServer(conn dcerpc.Conn, o AppHostPropertyExceptionServer, opts ...dcerpc.Option)

Types

type AppHostPropertyExceptionClient

type AppHostPropertyExceptionClient interface {

	// IAppHostConfigException retrieval method.
	AppHostConfigException() iapphostconfigexception.AppHostConfigExceptionClient

	// InvalidValue operation.
	GetInvalidValue(context.Context, *GetInvalidValueRequest, ...dcerpc.CallOption) (*GetInvalidValueResponse, error)

	// ValidationFailureReason operation.
	GetValidationFailureReason(context.Context, *GetValidationFailureReasonRequest, ...dcerpc.CallOption) (*GetValidationFailureReasonResponse, error)

	// ValidationFailureParameters operation.
	GetValidationFailureParameters(context.Context, *GetValidationFailureParametersRequest, ...dcerpc.CallOption) (*GetValidationFailureParametersResponse, error)

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

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

IAppHostPropertyException interface.

func NewAppHostPropertyExceptionClient

func NewAppHostPropertyExceptionClient(ctx context.Context, cc dcerpc.Conn, opts ...dcerpc.Option) (AppHostPropertyExceptionClient, error)

type AppHostPropertyExceptionServer

type AppHostPropertyExceptionServer interface {

	// IAppHostConfigException base class.
	iapphostconfigexception.AppHostConfigExceptionServer

	// InvalidValue operation.
	GetInvalidValue(context.Context, *GetInvalidValueRequest) (*GetInvalidValueResponse, error)

	// ValidationFailureReason operation.
	GetValidationFailureReason(context.Context, *GetValidationFailureReasonRequest) (*GetValidationFailureReasonResponse, error)

	// ValidationFailureParameters operation.
	GetValidationFailureParameters(context.Context, *GetValidationFailureParametersRequest) (*GetValidationFailureParametersResponse, error)
}

IAppHostPropertyException server interface.

type GetInvalidValueRequest

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

GetInvalidValueRequest structure represents the InvalidValue operation request

func (*GetInvalidValueRequest) MarshalNDR

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

func (*GetInvalidValueRequest) UnmarshalNDR

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

type GetInvalidValueResponse

type GetInvalidValueResponse 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.String   `idl:"name:pbstrValue" json:"value"`
	// Return: The InvalidValue return value.
	Return int32 `idl:"name:Return" json:"return"`
}

GetInvalidValueResponse structure represents the InvalidValue operation response

func (*GetInvalidValueResponse) MarshalNDR

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

func (*GetInvalidValueResponse) UnmarshalNDR

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

type GetValidationFailureParametersRequest

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

GetValidationFailureParametersRequest structure represents the ValidationFailureParameters operation request

func (*GetValidationFailureParametersRequest) MarshalNDR

func (*GetValidationFailureParametersRequest) UnmarshalNDR

type GetValidationFailureParametersResponse

type GetValidationFailureParametersResponse struct {
	// That: ORPCTHAT structure that is used to return ORPC extension data to the client.
	That           *dcom.ORPCThat  `idl:"name:That" json:"that"`
	ParameterArray *oaut.SafeArray `idl:"name:pParameterArray" json:"parameter_array"`
	// Return: The ValidationFailureParameters return value.
	Return int32 `idl:"name:Return" json:"return"`
}

GetValidationFailureParametersResponse structure represents the ValidationFailureParameters operation response

func (*GetValidationFailureParametersResponse) MarshalNDR

func (*GetValidationFailureParametersResponse) UnmarshalNDR

type GetValidationFailureReasonRequest

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

GetValidationFailureReasonRequest structure represents the ValidationFailureReason operation request

func (*GetValidationFailureReasonRequest) MarshalNDR

func (*GetValidationFailureReasonRequest) UnmarshalNDR

type GetValidationFailureReasonResponse

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

GetValidationFailureReasonResponse structure represents the ValidationFailureReason operation response

func (*GetValidationFailureReasonResponse) MarshalNDR

func (*GetValidationFailureReasonResponse) UnmarshalNDR

Jump to

Keyboard shortcuts

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