iapphostpropertyschema

package
v1.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2025 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// IAppHostPropertySchema interface identifier 450386db-7409-4667-935e-384dbbee2a9e
	AppHostPropertySchemaIID = &dcom.IID{Data1: 0x450386db, Data2: 0x7409, Data3: 0x4667, Data4: []byte{0x93, 0x5e, 0x38, 0x4d, 0xbb, 0xee, 0x2a, 0x9e}}
	// Syntax UUID
	AppHostPropertySchemaSyntaxUUID = &uuid.UUID{TimeLow: 0x450386db, TimeMid: 0x7409, TimeHiAndVersion: 0x4667, ClockSeqHiAndReserved: 0x93, ClockSeqLow: 0x5e, Node: [6]uint8{0x38, 0x4d, 0xbb, 0xee, 0x2a, 0x9e}}
	// Syntax ID
	AppHostPropertySchemaSyntaxV0_0 = &dcerpc.SyntaxID{IfUUID: AppHostPropertySchemaSyntaxUUID, IfVersionMajor: 0, IfVersionMinor: 0}
)
View Source
var (
	// import guard
	GoPackage = "dcom/iisa"
)

Functions

func AppHostPropertySchemaServerHandle

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

func NewAppHostPropertySchemaServerHandle

func NewAppHostPropertySchemaServerHandle(o AppHostPropertySchemaServer) dcerpc.ServerHandle

func RegisterAppHostPropertySchemaServer

func RegisterAppHostPropertySchemaServer(conn dcerpc.Conn, o AppHostPropertySchemaServer, opts ...dcerpc.Option)

Types

type AppHostPropertySchemaClient

type AppHostPropertySchemaClient interface {

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

	// Name operation.
	GetName(context.Context, *GetNameRequest, ...dcerpc.CallOption) (*GetNameResponse, error)

	// Type operation.
	GetType(context.Context, *GetTypeRequest, ...dcerpc.CallOption) (*GetTypeResponse, error)

	// DefaultValue operation.
	GetDefaultValue(context.Context, *GetDefaultValueRequest, ...dcerpc.CallOption) (*GetDefaultValueResponse, error)

	// IsRequired operation.
	GetIsRequired(context.Context, *GetIsRequiredRequest, ...dcerpc.CallOption) (*GetIsRequiredResponse, error)

	// IsUniqueKey operation.
	GetIsUniqueKey(context.Context, *GetIsUniqueKeyRequest, ...dcerpc.CallOption) (*GetIsUniqueKeyResponse, error)

	// IsCombinedKey operation.
	GetIsCombinedKey(context.Context, *GetIsCombinedKeyRequest, ...dcerpc.CallOption) (*GetIsCombinedKeyResponse, error)

	// IsExpanded operation.
	GetIsExpanded(context.Context, *GetIsExpandedRequest, ...dcerpc.CallOption) (*GetIsExpandedResponse, error)

	// ValidationType operation.
	GetValidationType(context.Context, *GetValidationTypeRequest, ...dcerpc.CallOption) (*GetValidationTypeResponse, error)

	// ValidationParameter operation.
	GetValidationParameter(context.Context, *GetValidationParameterRequest, ...dcerpc.CallOption) (*GetValidationParameterResponse, error)

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

	// IsCaseSensitive operation.
	GetIsCaseSensitive(context.Context, *GetIsCaseSensitiveRequest, ...dcerpc.CallOption) (*GetIsCaseSensitiveResponse, error)

	// PossibleValues operation.
	GetPossibleValues(context.Context, *GetPossibleValuesRequest, ...dcerpc.CallOption) (*GetPossibleValuesResponse, error)

	// DoesAllowInfinite operation.
	GetDoesAllowInfinite(context.Context, *GetDoesAllowInfiniteRequest, ...dcerpc.CallOption) (*GetDoesAllowInfiniteResponse, error)

	// IsEncrypted operation.
	GetIsEncrypted(context.Context, *GetIsEncryptedRequest, ...dcerpc.CallOption) (*GetIsEncryptedResponse, error)

	// TimeSpanFormat operation.
	GetTimeSpanFormat(context.Context, *GetTimeSpanFormatRequest, ...dcerpc.CallOption) (*GetTimeSpanFormatResponse, error)

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

	// Conn returns the client connection (unsafe)
	Conn() dcerpc.Conn

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

IAppHostPropertySchema interface.

func NewAppHostPropertySchemaClient

func NewAppHostPropertySchemaClient(ctx context.Context, cc dcerpc.Conn, opts ...dcerpc.Option) (AppHostPropertySchemaClient, error)

type AppHostPropertySchemaServer

type AppHostPropertySchemaServer interface {

	// IUnknown base class.
	iunknown.UnknownServer

	// Name operation.
	GetName(context.Context, *GetNameRequest) (*GetNameResponse, error)

	// Type operation.
	GetType(context.Context, *GetTypeRequest) (*GetTypeResponse, error)

	// DefaultValue operation.
	GetDefaultValue(context.Context, *GetDefaultValueRequest) (*GetDefaultValueResponse, error)

	// IsRequired operation.
	GetIsRequired(context.Context, *GetIsRequiredRequest) (*GetIsRequiredResponse, error)

	// IsUniqueKey operation.
	GetIsUniqueKey(context.Context, *GetIsUniqueKeyRequest) (*GetIsUniqueKeyResponse, error)

	// IsCombinedKey operation.
	GetIsCombinedKey(context.Context, *GetIsCombinedKeyRequest) (*GetIsCombinedKeyResponse, error)

	// IsExpanded operation.
	GetIsExpanded(context.Context, *GetIsExpandedRequest) (*GetIsExpandedResponse, error)

	// ValidationType operation.
	GetValidationType(context.Context, *GetValidationTypeRequest) (*GetValidationTypeResponse, error)

	// ValidationParameter operation.
	GetValidationParameter(context.Context, *GetValidationParameterRequest) (*GetValidationParameterResponse, error)

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

	// IsCaseSensitive operation.
	GetIsCaseSensitive(context.Context, *GetIsCaseSensitiveRequest) (*GetIsCaseSensitiveResponse, error)

	// PossibleValues operation.
	GetPossibleValues(context.Context, *GetPossibleValuesRequest) (*GetPossibleValuesResponse, error)

	// DoesAllowInfinite operation.
	GetDoesAllowInfinite(context.Context, *GetDoesAllowInfiniteRequest) (*GetDoesAllowInfiniteResponse, error)

	// IsEncrypted operation.
	GetIsEncrypted(context.Context, *GetIsEncryptedRequest) (*GetIsEncryptedResponse, error)

	// TimeSpanFormat operation.
	GetTimeSpanFormat(context.Context, *GetTimeSpanFormatRequest) (*GetTimeSpanFormatResponse, error)
}

IAppHostPropertySchema server interface.

type GetDefaultValueRequest

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

GetDefaultValueRequest structure represents the DefaultValue operation request

func (*GetDefaultValueRequest) MarshalNDR

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

func (*GetDefaultValueRequest) UnmarshalNDR

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

type GetDefaultValueResponse

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

GetDefaultValueResponse structure represents the DefaultValue operation response

func (*GetDefaultValueResponse) MarshalNDR

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

func (*GetDefaultValueResponse) UnmarshalNDR

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

type GetDoesAllowInfiniteRequest

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

GetDoesAllowInfiniteRequest structure represents the DoesAllowInfinite operation request

func (*GetDoesAllowInfiniteRequest) MarshalNDR

func (*GetDoesAllowInfiniteRequest) UnmarshalNDR

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

type GetDoesAllowInfiniteResponse

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

GetDoesAllowInfiniteResponse structure represents the DoesAllowInfinite operation response

func (*GetDoesAllowInfiniteResponse) MarshalNDR

func (*GetDoesAllowInfiniteResponse) UnmarshalNDR

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

type GetIsCaseSensitiveRequest

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

GetIsCaseSensitiveRequest structure represents the IsCaseSensitive operation request

func (*GetIsCaseSensitiveRequest) MarshalNDR

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

func (*GetIsCaseSensitiveRequest) UnmarshalNDR

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

type GetIsCaseSensitiveResponse

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

GetIsCaseSensitiveResponse structure represents the IsCaseSensitive operation response

func (*GetIsCaseSensitiveResponse) MarshalNDR

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

func (*GetIsCaseSensitiveResponse) UnmarshalNDR

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

type GetIsCombinedKeyRequest

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

GetIsCombinedKeyRequest structure represents the IsCombinedKey operation request

func (*GetIsCombinedKeyRequest) MarshalNDR

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

func (*GetIsCombinedKeyRequest) UnmarshalNDR

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

type GetIsCombinedKeyResponse

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

GetIsCombinedKeyResponse structure represents the IsCombinedKey operation response

func (*GetIsCombinedKeyResponse) MarshalNDR

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

func (*GetIsCombinedKeyResponse) UnmarshalNDR

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

type GetIsEncryptedRequest

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

GetIsEncryptedRequest structure represents the IsEncrypted operation request

func (*GetIsEncryptedRequest) MarshalNDR

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

func (*GetIsEncryptedRequest) UnmarshalNDR

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

type GetIsEncryptedResponse

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

GetIsEncryptedResponse structure represents the IsEncrypted operation response

func (*GetIsEncryptedResponse) MarshalNDR

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

func (*GetIsEncryptedResponse) UnmarshalNDR

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

type GetIsExpandedRequest

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

GetIsExpandedRequest structure represents the IsExpanded operation request

func (*GetIsExpandedRequest) MarshalNDR

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

func (*GetIsExpandedRequest) UnmarshalNDR

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

type GetIsExpandedResponse

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

GetIsExpandedResponse structure represents the IsExpanded operation response

func (*GetIsExpandedResponse) MarshalNDR

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

func (*GetIsExpandedResponse) UnmarshalNDR

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

type GetIsRequiredRequest

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

GetIsRequiredRequest structure represents the IsRequired operation request

func (*GetIsRequiredRequest) MarshalNDR

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

func (*GetIsRequiredRequest) UnmarshalNDR

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

type GetIsRequiredResponse

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

GetIsRequiredResponse structure represents the IsRequired operation response

func (*GetIsRequiredResponse) MarshalNDR

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

func (*GetIsRequiredResponse) UnmarshalNDR

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

type GetIsUniqueKeyRequest

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

GetIsUniqueKeyRequest structure represents the IsUniqueKey operation request

func (*GetIsUniqueKeyRequest) MarshalNDR

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

func (*GetIsUniqueKeyRequest) UnmarshalNDR

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

type GetIsUniqueKeyResponse

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

GetIsUniqueKeyResponse structure represents the IsUniqueKey operation response

func (*GetIsUniqueKeyResponse) MarshalNDR

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

func (*GetIsUniqueKeyResponse) UnmarshalNDR

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

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

GetNameRequest structure represents the Name operation request

func (*GetNameRequest) MarshalNDR

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

func (*GetNameRequest) UnmarshalNDR

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

type GetNameResponse

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

GetNameResponse structure represents the Name operation response

func (*GetNameResponse) MarshalNDR

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

func (*GetNameResponse) UnmarshalNDR

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

type GetPossibleValuesRequest

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

GetPossibleValuesRequest structure represents the PossibleValues operation request

func (*GetPossibleValuesRequest) MarshalNDR

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

func (*GetPossibleValuesRequest) UnmarshalNDR

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

type GetPossibleValuesResponse

type GetPossibleValuesResponse struct {
	// That: ORPCTHAT structure that is used to return ORPC extension data to the client.
	That   *dcom.ORPCThat                       `idl:"name:That" json:"that"`
	Values *iisa.AppHostConstantValueCollection `idl:"name:ppValues" json:"values"`
	// Return: The PossibleValues return value.
	Return int32 `idl:"name:Return" json:"return"`
}

GetPossibleValuesResponse structure represents the PossibleValues operation response

func (*GetPossibleValuesResponse) MarshalNDR

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

func (*GetPossibleValuesResponse) UnmarshalNDR

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

type GetTimeSpanFormatRequest

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

GetTimeSpanFormatRequest structure represents the TimeSpanFormat operation request

func (*GetTimeSpanFormatRequest) MarshalNDR

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

func (*GetTimeSpanFormatRequest) UnmarshalNDR

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

type GetTimeSpanFormatResponse

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

GetTimeSpanFormatResponse structure represents the TimeSpanFormat operation response

func (*GetTimeSpanFormatResponse) MarshalNDR

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

func (*GetTimeSpanFormatResponse) UnmarshalNDR

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

type GetTypeRequest

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

GetTypeRequest structure represents the Type operation request

func (*GetTypeRequest) MarshalNDR

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

func (*GetTypeRequest) UnmarshalNDR

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

type GetTypeResponse

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

GetTypeResponse structure represents the Type operation response

func (*GetTypeResponse) MarshalNDR

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

func (*GetTypeResponse) UnmarshalNDR

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

type GetValidationParameterRequest

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

GetValidationParameterRequest structure represents the ValidationParameter operation request

func (*GetValidationParameterRequest) MarshalNDR

func (*GetValidationParameterRequest) UnmarshalNDR

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

type GetValidationParameterResponse

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

GetValidationParameterResponse structure represents the ValidationParameter operation response

func (*GetValidationParameterResponse) MarshalNDR

func (*GetValidationParameterResponse) UnmarshalNDR

type GetValidationTypeRequest

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

GetValidationTypeRequest structure represents the ValidationType operation request

func (*GetValidationTypeRequest) MarshalNDR

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

func (*GetValidationTypeRequest) UnmarshalNDR

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

type GetValidationTypeResponse

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

GetValidationTypeResponse structure represents the ValidationType operation response

func (*GetValidationTypeResponse) MarshalNDR

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

func (*GetValidationTypeResponse) UnmarshalNDR

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

type UnimplementedAppHostPropertySchemaServer added in v1.1.5

type UnimplementedAppHostPropertySchemaServer struct {
	iunknown.UnimplementedUnknownServer
}

Unimplemented IAppHostPropertySchema

func (UnimplementedAppHostPropertySchemaServer) GetDefaultValue added in v1.1.5

func (UnimplementedAppHostPropertySchemaServer) GetDoesAllowInfinite added in v1.1.5

func (UnimplementedAppHostPropertySchemaServer) GetIsCaseSensitive added in v1.1.5

func (UnimplementedAppHostPropertySchemaServer) GetIsCombinedKey added in v1.1.5

func (UnimplementedAppHostPropertySchemaServer) GetIsEncrypted added in v1.1.5

func (UnimplementedAppHostPropertySchemaServer) GetIsExpanded added in v1.1.5

func (UnimplementedAppHostPropertySchemaServer) GetIsRequired added in v1.1.5

func (UnimplementedAppHostPropertySchemaServer) GetIsUniqueKey added in v1.1.5

func (UnimplementedAppHostPropertySchemaServer) GetMetadata added in v1.1.5

func (UnimplementedAppHostPropertySchemaServer) GetName added in v1.1.5

func (UnimplementedAppHostPropertySchemaServer) GetPossibleValues added in v1.1.5

func (UnimplementedAppHostPropertySchemaServer) GetTimeSpanFormat added in v1.1.5

func (UnimplementedAppHostPropertySchemaServer) GetType added in v1.1.5

func (UnimplementedAppHostPropertySchemaServer) GetValidationParameter added in v1.1.5

func (UnimplementedAppHostPropertySchemaServer) GetValidationType added in v1.1.5

Jump to

Keyboard shortcuts

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