Documentation ¶
Index ¶
- Variables
- func AppHostElementSchemaServerHandle(ctx context.Context, o AppHostElementSchemaServer, opNum int, r ndr.Reader) (dcerpc.Operation, error)
- func NewAppHostElementSchemaServerHandle(o AppHostElementSchemaServer) dcerpc.ServerHandle
- func RegisterAppHostElementSchemaServer(conn dcerpc.Conn, o AppHostElementSchemaServer, opts ...dcerpc.Option)
- type AppHostElementSchemaClient
- type AppHostElementSchemaServer
- type GetChildElementSchemasRequest
- type GetChildElementSchemasResponse
- type GetCollectionSchemaRequest
- type GetCollectionSchemaResponse
- type GetDoesAllowUnschematizedPropertiesRequest
- type GetDoesAllowUnschematizedPropertiesResponse
- type GetIsCollectionDefaultRequest
- type GetIsCollectionDefaultResponse
- type GetMetadataRequest
- type GetMetadataResponse
- type GetNameRequest
- type GetNameResponse
- type GetPropertySchemasRequest
- type GetPropertySchemasResponse
Constants ¶
This section is empty.
Variables ¶
var ( // IAppHostElementSchema interface identifier ef13d885-642c-4709-99ec-b89561c6bc69 AppHostElementSchemaIID = &dcom.IID{Data1: 0xef13d885, Data2: 0x642c, Data3: 0x4709, Data4: []byte{0x99, 0xec, 0xb8, 0x95, 0x61, 0xc6, 0xbc, 0x69}} // Syntax UUID AppHostElementSchemaSyntaxUUID = &uuid.UUID{TimeLow: 0xef13d885, TimeMid: 0x642c, TimeHiAndVersion: 0x4709, ClockSeqHiAndReserved: 0x99, ClockSeqLow: 0xec, Node: [6]uint8{0xb8, 0x95, 0x61, 0xc6, 0xbc, 0x69}} // Syntax ID AppHostElementSchemaSyntaxV0_0 = &dcerpc.SyntaxID{IfUUID: AppHostElementSchemaSyntaxUUID, IfVersionMajor: 0, IfVersionMinor: 0} )
var (
// import guard
GoPackage = "dcom/iisa"
)
Functions ¶
func NewAppHostElementSchemaServerHandle ¶
func NewAppHostElementSchemaServerHandle(o AppHostElementSchemaServer) dcerpc.ServerHandle
func RegisterAppHostElementSchemaServer ¶
func RegisterAppHostElementSchemaServer(conn dcerpc.Conn, o AppHostElementSchemaServer, opts ...dcerpc.Option)
Types ¶
type AppHostElementSchemaClient ¶
type AppHostElementSchemaClient interface { // IUnknown retrieval method. Unknown() iunknown.UnknownClient // Name operation. GetName(context.Context, *GetNameRequest, ...dcerpc.CallOption) (*GetNameResponse, error) // DoesAllowUnschematizedProperties operation. GetDoesAllowUnschematizedProperties(context.Context, *GetDoesAllowUnschematizedPropertiesRequest, ...dcerpc.CallOption) (*GetDoesAllowUnschematizedPropertiesResponse, error) // GetMetadata operation. GetMetadata(context.Context, *GetMetadataRequest, ...dcerpc.CallOption) (*GetMetadataResponse, error) // CollectionSchema operation. GetCollectionSchema(context.Context, *GetCollectionSchemaRequest, ...dcerpc.CallOption) (*GetCollectionSchemaResponse, error) // ChildElementSchemas operation. GetChildElementSchemas(context.Context, *GetChildElementSchemasRequest, ...dcerpc.CallOption) (*GetChildElementSchemasResponse, error) // PropertySchemas operation. GetPropertySchemas(context.Context, *GetPropertySchemasRequest, ...dcerpc.CallOption) (*GetPropertySchemasResponse, error) // IsCollectionDefault operation. GetIsCollectionDefault(context.Context, *GetIsCollectionDefaultRequest, ...dcerpc.CallOption) (*GetIsCollectionDefaultResponse, error) // AlterContext alters the client context. AlterContext(context.Context, ...dcerpc.Option) error // IPID sets the object interface identifier. IPID(context.Context, *dcom.IPID) AppHostElementSchemaClient }
IAppHostElementSchema interface.
type AppHostElementSchemaServer ¶
type AppHostElementSchemaServer interface { // IUnknown base class. iunknown.UnknownServer // Name operation. GetName(context.Context, *GetNameRequest) (*GetNameResponse, error) // DoesAllowUnschematizedProperties operation. GetDoesAllowUnschematizedProperties(context.Context, *GetDoesAllowUnschematizedPropertiesRequest) (*GetDoesAllowUnschematizedPropertiesResponse, error) // GetMetadata operation. GetMetadata(context.Context, *GetMetadataRequest) (*GetMetadataResponse, error) // CollectionSchema operation. GetCollectionSchema(context.Context, *GetCollectionSchemaRequest) (*GetCollectionSchemaResponse, error) // ChildElementSchemas operation. GetChildElementSchemas(context.Context, *GetChildElementSchemasRequest) (*GetChildElementSchemasResponse, error) // PropertySchemas operation. GetPropertySchemas(context.Context, *GetPropertySchemasRequest) (*GetPropertySchemasResponse, error) // IsCollectionDefault operation. GetIsCollectionDefault(context.Context, *GetIsCollectionDefaultRequest) (*GetIsCollectionDefaultResponse, error) }
IAppHostElementSchema server interface.
type GetChildElementSchemasRequest ¶
type GetChildElementSchemasRequest struct { // This: ORPCTHIS structure that is used to send ORPC extension data to the server. This *dcom.ORPCThis `idl:"name:This" json:"this"` }
GetChildElementSchemasRequest structure represents the ChildElementSchemas operation request
func (*GetChildElementSchemasRequest) MarshalNDR ¶
func (*GetChildElementSchemasRequest) UnmarshalNDR ¶
type GetChildElementSchemasResponse ¶
type GetChildElementSchemasResponse struct { // That: ORPCTHAT structure that is used to return ORPC extension data to the client. That *dcom.ORPCThat `idl:"name:That" json:"that"` ChildSchemas *iisa.AppHostElementSchemaCollection `idl:"name:ppChildSchemas" json:"child_schemas"` // Return: The ChildElementSchemas return value. Return int32 `idl:"name:Return" json:"return"` }
GetChildElementSchemasResponse structure represents the ChildElementSchemas operation response
func (*GetChildElementSchemasResponse) MarshalNDR ¶
func (*GetChildElementSchemasResponse) UnmarshalNDR ¶
type GetCollectionSchemaRequest ¶
type GetCollectionSchemaRequest struct { // This: ORPCTHIS structure that is used to send ORPC extension data to the server. This *dcom.ORPCThis `idl:"name:This" json:"this"` }
GetCollectionSchemaRequest structure represents the CollectionSchema operation request
func (*GetCollectionSchemaRequest) MarshalNDR ¶
func (*GetCollectionSchemaRequest) UnmarshalNDR ¶
type GetCollectionSchemaResponse ¶
type GetCollectionSchemaResponse struct { // That: ORPCTHAT structure that is used to return ORPC extension data to the client. That *dcom.ORPCThat `idl:"name:That" json:"that"` CollectionSchema *iisa.AppHostCollectionSchema `idl:"name:ppCollectionSchema" json:"collection_schema"` // Return: The CollectionSchema return value. Return int32 `idl:"name:Return" json:"return"` }
GetCollectionSchemaResponse structure represents the CollectionSchema operation response
func (*GetCollectionSchemaResponse) MarshalNDR ¶
func (*GetCollectionSchemaResponse) UnmarshalNDR ¶
type GetDoesAllowUnschematizedPropertiesRequest ¶
type GetDoesAllowUnschematizedPropertiesRequest struct { // This: ORPCTHIS structure that is used to send ORPC extension data to the server. This *dcom.ORPCThis `idl:"name:This" json:"this"` }
GetDoesAllowUnschematizedPropertiesRequest structure represents the DoesAllowUnschematizedProperties operation request
func (*GetDoesAllowUnschematizedPropertiesRequest) MarshalNDR ¶
func (*GetDoesAllowUnschematizedPropertiesRequest) UnmarshalNDR ¶
type GetDoesAllowUnschematizedPropertiesResponse ¶
type GetDoesAllowUnschematizedPropertiesResponse struct { // That: ORPCTHAT structure that is used to return ORPC extension data to the client. That *dcom.ORPCThat `idl:"name:That" json:"that"` AllowUnschematized int16 `idl:"name:pfAllowUnschematized" json:"allow_unschematized"` // Return: The DoesAllowUnschematizedProperties return value. Return int32 `idl:"name:Return" json:"return"` }
GetDoesAllowUnschematizedPropertiesResponse structure represents the DoesAllowUnschematizedProperties operation response
func (*GetDoesAllowUnschematizedPropertiesResponse) MarshalNDR ¶
func (*GetDoesAllowUnschematizedPropertiesResponse) UnmarshalNDR ¶
type GetIsCollectionDefaultRequest ¶
type GetIsCollectionDefaultRequest struct { // This: ORPCTHIS structure that is used to send ORPC extension data to the server. This *dcom.ORPCThis `idl:"name:This" json:"this"` }
GetIsCollectionDefaultRequest structure represents the IsCollectionDefault operation request
func (*GetIsCollectionDefaultRequest) MarshalNDR ¶
func (*GetIsCollectionDefaultRequest) UnmarshalNDR ¶
type GetIsCollectionDefaultResponse ¶
type GetIsCollectionDefaultResponse struct { // That: ORPCTHAT structure that is used to return ORPC extension data to the client. That *dcom.ORPCThat `idl:"name:That" json:"that"` IsCollectionDefault int16 `idl:"name:pfIsCollectionDefault" json:"is_collection_default"` // Return: The IsCollectionDefault return value. Return int32 `idl:"name:Return" json:"return"` }
GetIsCollectionDefaultResponse structure represents the IsCollectionDefault operation response
func (*GetIsCollectionDefaultResponse) MarshalNDR ¶
func (*GetIsCollectionDefaultResponse) UnmarshalNDR ¶
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 (*GetMetadataRequest) UnmarshalNDR ¶
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 (*GetMetadataResponse) UnmarshalNDR ¶
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 (*GetNameRequest) UnmarshalNDR ¶
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 (*GetNameResponse) UnmarshalNDR ¶
type GetPropertySchemasRequest ¶
type GetPropertySchemasRequest struct { // This: ORPCTHIS structure that is used to send ORPC extension data to the server. This *dcom.ORPCThis `idl:"name:This" json:"this"` }
GetPropertySchemasRequest structure represents the PropertySchemas operation request
func (*GetPropertySchemasRequest) MarshalNDR ¶
func (*GetPropertySchemasRequest) UnmarshalNDR ¶
type GetPropertySchemasResponse ¶
type GetPropertySchemasResponse struct { // That: ORPCTHAT structure that is used to return ORPC extension data to the client. That *dcom.ORPCThat `idl:"name:That" json:"that"` PropertySchemas *iisa.AppHostPropertySchemaCollection `idl:"name:ppPropertySchemas" json:"property_schemas"` // Return: The PropertySchemas return value. Return int32 `idl:"name:Return" json:"return"` }
GetPropertySchemasResponse structure represents the PropertySchemas operation response