ifsrmactionemail

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 (
	// IFsrmActionEmail interface identifier d646567d-26ae-4caa-9f84-4e0aad207fca
	ActionEmailIID = &dcom.IID{Data1: 0xd646567d, Data2: 0x26ae, Data3: 0x4caa, Data4: []byte{0x9f, 0x84, 0x4e, 0x0a, 0xad, 0x20, 0x7f, 0xca}}
	// Syntax UUID
	ActionEmailSyntaxUUID = &uuid.UUID{TimeLow: 0xd646567d, TimeMid: 0x26ae, TimeHiAndVersion: 0x4caa, ClockSeqHiAndReserved: 0x9f, ClockSeqLow: 0x84, Node: [6]uint8{0x4e, 0xa, 0xad, 0x20, 0x7f, 0xca}}
	// Syntax ID
	ActionEmailSyntaxV0_0 = &dcerpc.SyntaxID{IfUUID: ActionEmailSyntaxUUID, IfVersionMajor: 0, IfVersionMinor: 0}
)
View Source
var (
	// import guard
	GoPackage = "dcom/fsrm"
)

Functions

func ActionEmailServerHandle

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

func NewActionEmailServerHandle

func NewActionEmailServerHandle(o ActionEmailServer) dcerpc.ServerHandle

func RegisterActionEmailServer

func RegisterActionEmailServer(conn dcerpc.Conn, o ActionEmailServer, opts ...dcerpc.Option)

Types

type ActionEmailClient

type ActionEmailClient interface {

	// IFsrmAction retrieval method.
	Action() ifsrmaction.ActionClient

	// MailFrom operation.
	GetMailFrom(context.Context, *GetMailFromRequest, ...dcerpc.CallOption) (*GetMailFromResponse, error)

	// MailFrom operation.
	SetMailFrom(context.Context, *SetMailFromRequest, ...dcerpc.CallOption) (*SetMailFromResponse, error)

	// MailReplyTo operation.
	GetMailReplyTo(context.Context, *GetMailReplyToRequest, ...dcerpc.CallOption) (*GetMailReplyToResponse, error)

	// MailReplyTo operation.
	SetMailReplyTo(context.Context, *SetMailReplyToRequest, ...dcerpc.CallOption) (*SetMailReplyToResponse, error)

	// MailTo operation.
	GetMailTo(context.Context, *GetMailToRequest, ...dcerpc.CallOption) (*GetMailToResponse, error)

	// MailTo operation.
	SetMailTo(context.Context, *SetMailToRequest, ...dcerpc.CallOption) (*SetMailToResponse, error)

	// MailCc operation.
	GetMailCC(context.Context, *GetMailCCRequest, ...dcerpc.CallOption) (*GetMailCCResponse, error)

	// MailCc operation.
	SetMailCC(context.Context, *SetMailCCRequest, ...dcerpc.CallOption) (*SetMailCCResponse, error)

	// MailBcc operation.
	GetMailBCC(context.Context, *GetMailBCCRequest, ...dcerpc.CallOption) (*GetMailBCCResponse, error)

	// MailBcc operation.
	SetMailBCC(context.Context, *SetMailBCCRequest, ...dcerpc.CallOption) (*SetMailBCCResponse, error)

	// MailSubject operation.
	GetMailSubject(context.Context, *GetMailSubjectRequest, ...dcerpc.CallOption) (*GetMailSubjectResponse, error)

	// MailSubject operation.
	SetMailSubject(context.Context, *SetMailSubjectRequest, ...dcerpc.CallOption) (*SetMailSubjectResponse, error)

	// MessageText operation.
	GetMessageText(context.Context, *GetMessageTextRequest, ...dcerpc.CallOption) (*GetMessageTextResponse, error)

	// MessageText operation.
	SetMessageText(context.Context, *SetMessageTextRequest, ...dcerpc.CallOption) (*SetMessageTextResponse, error)

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

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

IFsrmActionEmail interface.

func NewActionEmailClient

func NewActionEmailClient(ctx context.Context, cc dcerpc.Conn, opts ...dcerpc.Option) (ActionEmailClient, error)

type ActionEmailServer

type ActionEmailServer interface {

	// IFsrmAction base class.
	ifsrmaction.ActionServer

	// MailFrom operation.
	GetMailFrom(context.Context, *GetMailFromRequest) (*GetMailFromResponse, error)

	// MailFrom operation.
	SetMailFrom(context.Context, *SetMailFromRequest) (*SetMailFromResponse, error)

	// MailReplyTo operation.
	GetMailReplyTo(context.Context, *GetMailReplyToRequest) (*GetMailReplyToResponse, error)

	// MailReplyTo operation.
	SetMailReplyTo(context.Context, *SetMailReplyToRequest) (*SetMailReplyToResponse, error)

	// MailTo operation.
	GetMailTo(context.Context, *GetMailToRequest) (*GetMailToResponse, error)

	// MailTo operation.
	SetMailTo(context.Context, *SetMailToRequest) (*SetMailToResponse, error)

	// MailCc operation.
	GetMailCC(context.Context, *GetMailCCRequest) (*GetMailCCResponse, error)

	// MailCc operation.
	SetMailCC(context.Context, *SetMailCCRequest) (*SetMailCCResponse, error)

	// MailBcc operation.
	GetMailBCC(context.Context, *GetMailBCCRequest) (*GetMailBCCResponse, error)

	// MailBcc operation.
	SetMailBCC(context.Context, *SetMailBCCRequest) (*SetMailBCCResponse, error)

	// MailSubject operation.
	GetMailSubject(context.Context, *GetMailSubjectRequest) (*GetMailSubjectResponse, error)

	// MailSubject operation.
	SetMailSubject(context.Context, *SetMailSubjectRequest) (*SetMailSubjectResponse, error)

	// MessageText operation.
	GetMessageText(context.Context, *GetMessageTextRequest) (*GetMessageTextResponse, error)

	// MessageText operation.
	SetMessageText(context.Context, *SetMessageTextRequest) (*SetMessageTextResponse, error)
}

IFsrmActionEmail server interface.

type GetMailBCCRequest

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

GetMailBCCRequest structure represents the MailBcc operation request

func (*GetMailBCCRequest) MarshalNDR

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

func (*GetMailBCCRequest) UnmarshalNDR

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

type GetMailBCCResponse

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

GetMailBCCResponse structure represents the MailBcc operation response

func (*GetMailBCCResponse) MarshalNDR

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

func (*GetMailBCCResponse) UnmarshalNDR

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

type GetMailCCRequest

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

GetMailCCRequest structure represents the MailCc operation request

func (*GetMailCCRequest) MarshalNDR

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

func (*GetMailCCRequest) UnmarshalNDR

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

type GetMailCCResponse

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

GetMailCCResponse structure represents the MailCc operation response

func (*GetMailCCResponse) MarshalNDR

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

func (*GetMailCCResponse) UnmarshalNDR

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

type GetMailFromRequest

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

GetMailFromRequest structure represents the MailFrom operation request

func (*GetMailFromRequest) MarshalNDR

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

func (*GetMailFromRequest) UnmarshalNDR

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

type GetMailFromResponse

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

GetMailFromResponse structure represents the MailFrom operation response

func (*GetMailFromResponse) MarshalNDR

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

func (*GetMailFromResponse) UnmarshalNDR

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

type GetMailReplyToRequest

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

GetMailReplyToRequest structure represents the MailReplyTo operation request

func (*GetMailReplyToRequest) MarshalNDR

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

func (*GetMailReplyToRequest) UnmarshalNDR

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

type GetMailReplyToResponse

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

GetMailReplyToResponse structure represents the MailReplyTo operation response

func (*GetMailReplyToResponse) MarshalNDR

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

func (*GetMailReplyToResponse) UnmarshalNDR

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

type GetMailSubjectRequest

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

GetMailSubjectRequest structure represents the MailSubject operation request

func (*GetMailSubjectRequest) MarshalNDR

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

func (*GetMailSubjectRequest) UnmarshalNDR

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

type GetMailSubjectResponse

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

GetMailSubjectResponse structure represents the MailSubject operation response

func (*GetMailSubjectResponse) MarshalNDR

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

func (*GetMailSubjectResponse) UnmarshalNDR

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

type GetMailToRequest

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

GetMailToRequest structure represents the MailTo operation request

func (*GetMailToRequest) MarshalNDR

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

func (*GetMailToRequest) UnmarshalNDR

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

type GetMailToResponse

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

GetMailToResponse structure represents the MailTo operation response

func (*GetMailToResponse) MarshalNDR

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

func (*GetMailToResponse) UnmarshalNDR

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

type GetMessageTextRequest

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

GetMessageTextRequest structure represents the MessageText operation request

func (*GetMessageTextRequest) MarshalNDR

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

func (*GetMessageTextRequest) UnmarshalNDR

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

type GetMessageTextResponse

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

GetMessageTextResponse structure represents the MessageText operation response

func (*GetMessageTextResponse) MarshalNDR

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

func (*GetMessageTextResponse) UnmarshalNDR

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

type SetMailBCCRequest

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

SetMailBCCRequest structure represents the MailBcc operation request

func (*SetMailBCCRequest) MarshalNDR

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

func (*SetMailBCCRequest) UnmarshalNDR

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

type SetMailBCCResponse

type SetMailBCCResponse 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 MailBcc return value.
	Return int32 `idl:"name:Return" json:"return"`
}

SetMailBCCResponse structure represents the MailBcc operation response

func (*SetMailBCCResponse) MarshalNDR

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

func (*SetMailBCCResponse) UnmarshalNDR

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

type SetMailCCRequest

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

SetMailCCRequest structure represents the MailCc operation request

func (*SetMailCCRequest) MarshalNDR

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

func (*SetMailCCRequest) UnmarshalNDR

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

type SetMailCCResponse

type SetMailCCResponse 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 MailCc return value.
	Return int32 `idl:"name:Return" json:"return"`
}

SetMailCCResponse structure represents the MailCc operation response

func (*SetMailCCResponse) MarshalNDR

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

func (*SetMailCCResponse) UnmarshalNDR

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

type SetMailFromRequest

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

SetMailFromRequest structure represents the MailFrom operation request

func (*SetMailFromRequest) MarshalNDR

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

func (*SetMailFromRequest) UnmarshalNDR

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

type SetMailFromResponse

type SetMailFromResponse 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 MailFrom return value.
	Return int32 `idl:"name:Return" json:"return"`
}

SetMailFromResponse structure represents the MailFrom operation response

func (*SetMailFromResponse) MarshalNDR

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

func (*SetMailFromResponse) UnmarshalNDR

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

type SetMailReplyToRequest

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

SetMailReplyToRequest structure represents the MailReplyTo operation request

func (*SetMailReplyToRequest) MarshalNDR

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

func (*SetMailReplyToRequest) UnmarshalNDR

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

type SetMailReplyToResponse

type SetMailReplyToResponse 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 MailReplyTo return value.
	Return int32 `idl:"name:Return" json:"return"`
}

SetMailReplyToResponse structure represents the MailReplyTo operation response

func (*SetMailReplyToResponse) MarshalNDR

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

func (*SetMailReplyToResponse) UnmarshalNDR

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

type SetMailSubjectRequest

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

SetMailSubjectRequest structure represents the MailSubject operation request

func (*SetMailSubjectRequest) MarshalNDR

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

func (*SetMailSubjectRequest) UnmarshalNDR

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

type SetMailSubjectResponse

type SetMailSubjectResponse 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 MailSubject return value.
	Return int32 `idl:"name:Return" json:"return"`
}

SetMailSubjectResponse structure represents the MailSubject operation response

func (*SetMailSubjectResponse) MarshalNDR

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

func (*SetMailSubjectResponse) UnmarshalNDR

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

type SetMailToRequest

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

SetMailToRequest structure represents the MailTo operation request

func (*SetMailToRequest) MarshalNDR

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

func (*SetMailToRequest) UnmarshalNDR

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

type SetMailToResponse

type SetMailToResponse 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 MailTo return value.
	Return int32 `idl:"name:Return" json:"return"`
}

SetMailToResponse structure represents the MailTo operation response

func (*SetMailToResponse) MarshalNDR

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

func (*SetMailToResponse) UnmarshalNDR

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

type SetMessageTextRequest

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

SetMessageTextRequest structure represents the MessageText operation request

func (*SetMessageTextRequest) MarshalNDR

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

func (*SetMessageTextRequest) UnmarshalNDR

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

type SetMessageTextResponse

type SetMessageTextResponse 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 MessageText return value.
	Return int32 `idl:"name:Return" json:"return"`
}

SetMessageTextResponse structure represents the MessageText operation response

func (*SetMessageTextResponse) MarshalNDR

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

func (*SetMessageTextResponse) UnmarshalNDR

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

Jump to

Keyboard shortcuts

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