Documentation ¶
Index ¶
- Variables
- func AppHostPropertyExceptionServerHandle(ctx context.Context, o AppHostPropertyExceptionServer, opNum int, r ndr.Reader) (dcerpc.Operation, error)
- func NewAppHostPropertyExceptionServerHandle(o AppHostPropertyExceptionServer) dcerpc.ServerHandle
- func RegisterAppHostPropertyExceptionServer(conn dcerpc.Conn, o AppHostPropertyExceptionServer, opts ...dcerpc.Option)
- type AppHostPropertyExceptionClient
- type AppHostPropertyExceptionServer
- type GetInvalidValueRequest
- type GetInvalidValueResponse
- type GetValidationFailureParametersRequest
- type GetValidationFailureParametersResponse
- type GetValidationFailureReasonRequest
- type GetValidationFailureReasonResponse
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 NewAppHostPropertyExceptionServerHandle ¶
func NewAppHostPropertyExceptionServerHandle(o AppHostPropertyExceptionServer) dcerpc.ServerHandle
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.
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 (*GetInvalidValueRequest) UnmarshalNDR ¶
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 (*GetInvalidValueResponse) UnmarshalNDR ¶
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 ¶
Click to show internal directories.
Click to hide internal directories.