Documentation ¶
Index ¶
- Variables
- func EventClass3ServerHandle(ctx context.Context, o EventClass3Server, opNum int, r ndr.Reader) (dcerpc.Operation, error)
- func NewEventClass3ServerHandle(o EventClass3Server) dcerpc.ServerHandle
- func RegisterEventClass3Server(conn dcerpc.Conn, o EventClass3Server, opts ...dcerpc.Option)
- type EventClass3Client
- type EventClass3Server
- type GetEventClassApplicationIDRequest
- type GetEventClassApplicationIDResponse
- type GetEventClassPartitionIDRequest
- type GetEventClassPartitionIDResponse
- type SetEventClassApplicationIDRequest
- type SetEventClassApplicationIDResponse
- type SetEventClassPartitionIDRequest
- type SetEventClassPartitionIDResponse
Constants ¶
This section is empty.
Variables ¶
var ( // IEventClass3 interface identifier 7fb7ea43-2d76-4ea8-8cd9-3decc270295e EventClass3IID = &dcom.IID{Data1: 0x7fb7ea43, Data2: 0x2d76, Data3: 0x4ea8, Data4: []byte{0x8c, 0xd9, 0x3d, 0xec, 0xc2, 0x70, 0x29, 0x5e}} // Syntax UUID EventClass3SyntaxUUID = &uuid.UUID{TimeLow: 0x7fb7ea43, TimeMid: 0x2d76, TimeHiAndVersion: 0x4ea8, ClockSeqHiAndReserved: 0x8c, ClockSeqLow: 0xd9, Node: [6]uint8{0x3d, 0xec, 0xc2, 0x70, 0x29, 0x5e}} // Syntax ID EventClass3SyntaxV0_0 = &dcerpc.SyntaxID{IfUUID: EventClass3SyntaxUUID, IfVersionMajor: 0, IfVersionMinor: 0} )
var (
// import guard
GoPackage = "dcom/comev"
)
Functions ¶
func EventClass3ServerHandle ¶
func NewEventClass3ServerHandle ¶
func NewEventClass3ServerHandle(o EventClass3Server) dcerpc.ServerHandle
func RegisterEventClass3Server ¶
func RegisterEventClass3Server(conn dcerpc.Conn, o EventClass3Server, opts ...dcerpc.Option)
Types ¶
type EventClass3Client ¶
type EventClass3Client interface { // IEventClass2 retrieval method. EventClass2() ieventclass2.EventClass2Client // EventClassPartitionID operation. GetEventClassPartitionID(context.Context, *GetEventClassPartitionIDRequest, ...dcerpc.CallOption) (*GetEventClassPartitionIDResponse, error) // EventClassPartitionID operation. SetEventClassPartitionID(context.Context, *SetEventClassPartitionIDRequest, ...dcerpc.CallOption) (*SetEventClassPartitionIDResponse, error) // EventClassApplicationID operation. GetEventClassApplicationID(context.Context, *GetEventClassApplicationIDRequest, ...dcerpc.CallOption) (*GetEventClassApplicationIDResponse, error) // EventClassApplicationID operation. SetEventClassApplicationID(context.Context, *SetEventClassApplicationIDRequest, ...dcerpc.CallOption) (*SetEventClassApplicationIDResponse, error) // AlterContext alters the client context. AlterContext(context.Context, ...dcerpc.Option) error // IPID sets the object interface identifier. IPID(context.Context, *dcom.IPID) EventClass3Client }
IEventClass3 interface.
func NewEventClass3Client ¶
type EventClass3Server ¶
type EventClass3Server interface { // IEventClass2 base class. ieventclass2.EventClass2Server // EventClassPartitionID operation. GetEventClassPartitionID(context.Context, *GetEventClassPartitionIDRequest) (*GetEventClassPartitionIDResponse, error) // EventClassPartitionID operation. SetEventClassPartitionID(context.Context, *SetEventClassPartitionIDRequest) (*SetEventClassPartitionIDResponse, error) // EventClassApplicationID operation. GetEventClassApplicationID(context.Context, *GetEventClassApplicationIDRequest) (*GetEventClassApplicationIDResponse, error) // EventClassApplicationID operation. SetEventClassApplicationID(context.Context, *SetEventClassApplicationIDRequest) (*SetEventClassApplicationIDResponse, error) }
IEventClass3 server interface.
type GetEventClassApplicationIDRequest ¶
type GetEventClassApplicationIDRequest struct { // This: ORPCTHIS structure that is used to send ORPC extension data to the server. This *dcom.ORPCThis `idl:"name:This" json:"this"` }
GetEventClassApplicationIDRequest structure represents the EventClassApplicationID operation request
func (*GetEventClassApplicationIDRequest) MarshalNDR ¶
func (*GetEventClassApplicationIDRequest) UnmarshalNDR ¶
type GetEventClassApplicationIDResponse ¶
type GetEventClassApplicationIDResponse struct { // That: ORPCTHAT structure that is used to return ORPC extension data to the client. That *dcom.ORPCThat `idl:"name:That" json:"that"` EventClassApplicationID *oaut.String `idl:"name:pbstrEventClassApplicationID" json:"event_class_application_id"` // Return: The EventClassApplicationID return value. Return int32 `idl:"name:Return" json:"return"` }
GetEventClassApplicationIDResponse structure represents the EventClassApplicationID operation response
func (*GetEventClassApplicationIDResponse) MarshalNDR ¶
func (*GetEventClassApplicationIDResponse) UnmarshalNDR ¶
type GetEventClassPartitionIDRequest ¶
type GetEventClassPartitionIDRequest struct { // This: ORPCTHIS structure that is used to send ORPC extension data to the server. This *dcom.ORPCThis `idl:"name:This" json:"this"` }
GetEventClassPartitionIDRequest structure represents the EventClassPartitionID operation request
func (*GetEventClassPartitionIDRequest) MarshalNDR ¶
func (*GetEventClassPartitionIDRequest) UnmarshalNDR ¶
type GetEventClassPartitionIDResponse ¶
type GetEventClassPartitionIDResponse struct { // That: ORPCTHAT structure that is used to return ORPC extension data to the client. That *dcom.ORPCThat `idl:"name:That" json:"that"` EventClassPartitionID *oaut.String `idl:"name:pbstrEventClassPartitionID" json:"event_class_partition_id"` // Return: The EventClassPartitionID return value. Return int32 `idl:"name:Return" json:"return"` }
GetEventClassPartitionIDResponse structure represents the EventClassPartitionID operation response
func (*GetEventClassPartitionIDResponse) MarshalNDR ¶
func (*GetEventClassPartitionIDResponse) UnmarshalNDR ¶
type SetEventClassApplicationIDRequest ¶
type SetEventClassApplicationIDRequest struct { // This: ORPCTHIS structure that is used to send ORPC extension data to the server. This *dcom.ORPCThis `idl:"name:This" json:"this"` EventClassApplicationID *oaut.String `idl:"name:bstrEventClassApplicationID" json:"event_class_application_id"` }
SetEventClassApplicationIDRequest structure represents the EventClassApplicationID operation request
func (*SetEventClassApplicationIDRequest) MarshalNDR ¶
func (*SetEventClassApplicationIDRequest) UnmarshalNDR ¶
type SetEventClassApplicationIDResponse ¶
type SetEventClassApplicationIDResponse 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 EventClassApplicationID return value. Return int32 `idl:"name:Return" json:"return"` }
SetEventClassApplicationIDResponse structure represents the EventClassApplicationID operation response
func (*SetEventClassApplicationIDResponse) MarshalNDR ¶
func (*SetEventClassApplicationIDResponse) UnmarshalNDR ¶
type SetEventClassPartitionIDRequest ¶
type SetEventClassPartitionIDRequest struct { // This: ORPCTHIS structure that is used to send ORPC extension data to the server. This *dcom.ORPCThis `idl:"name:This" json:"this"` EventClassPartitionID *oaut.String `idl:"name:bstrEventClassPartitionID" json:"event_class_partition_id"` }
SetEventClassPartitionIDRequest structure represents the EventClassPartitionID operation request
func (*SetEventClassPartitionIDRequest) MarshalNDR ¶
func (*SetEventClassPartitionIDRequest) UnmarshalNDR ¶
type SetEventClassPartitionIDResponse ¶
type SetEventClassPartitionIDResponse 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 EventClassPartitionID return value. Return int32 `idl:"name:Return" json:"return"` }
SetEventClassPartitionIDResponse structure represents the EventClassPartitionID operation response