Documentation ¶
Index ¶
- Variables
- func ActionEmail2ServerHandle(ctx context.Context, o ActionEmail2Server, opNum int, r ndr.Reader) (dcerpc.Operation, error)
- func NewActionEmail2ServerHandle(o ActionEmail2Server) dcerpc.ServerHandle
- func RegisterActionEmail2Server(conn dcerpc.Conn, o ActionEmail2Server, opts ...dcerpc.Option)
- type ActionEmail2Client
- type ActionEmail2Server
- type GetAttachmentFileListSizeRequest
- type GetAttachmentFileListSizeResponse
- type SetAttachmentFileListSizeRequest
- type SetAttachmentFileListSizeResponse
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // IFsrmActionEmail2 interface identifier 8276702f-2532-4839-89bf-4872609a2ea4 ActionEmail2IID = &dcom.IID{Data1: 0x8276702f, Data2: 0x2532, Data3: 0x4839, Data4: []byte{0x89, 0xbf, 0x48, 0x72, 0x60, 0x9a, 0x2e, 0xa4}} // Syntax UUID ActionEmail2SyntaxUUID = &uuid.UUID{TimeLow: 0x8276702f, TimeMid: 0x2532, TimeHiAndVersion: 0x4839, ClockSeqHiAndReserved: 0x89, ClockSeqLow: 0xbf, Node: [6]uint8{0x48, 0x72, 0x60, 0x9a, 0x2e, 0xa4}} // Syntax ID ActionEmail2SyntaxV0_0 = &dcerpc.SyntaxID{IfUUID: ActionEmail2SyntaxUUID, IfVersionMajor: 0, IfVersionMinor: 0} )
View Source
var (
// import guard
GoPackage = "dcom/fsrm"
)
Functions ¶
func NewActionEmail2ServerHandle ¶
func NewActionEmail2ServerHandle(o ActionEmail2Server) dcerpc.ServerHandle
func RegisterActionEmail2Server ¶
func RegisterActionEmail2Server(conn dcerpc.Conn, o ActionEmail2Server, opts ...dcerpc.Option)
Types ¶
type ActionEmail2Client ¶
type ActionEmail2Client interface { // IFsrmActionEmail retrieval method. ActionEmail() ifsrmactionemail.ActionEmailClient // AttachmentFileListSize operation. GetAttachmentFileListSize(context.Context, *GetAttachmentFileListSizeRequest, ...dcerpc.CallOption) (*GetAttachmentFileListSizeResponse, error) // AttachmentFileListSize operation. SetAttachmentFileListSize(context.Context, *SetAttachmentFileListSizeRequest, ...dcerpc.CallOption) (*SetAttachmentFileListSizeResponse, error) // AlterContext alters the client context. AlterContext(context.Context, ...dcerpc.Option) error // IPID sets the object interface identifier. IPID(context.Context, *dcom.IPID) ActionEmail2Client }
IFsrmActionEmail2 interface.
func NewActionEmail2Client ¶
type ActionEmail2Server ¶
type ActionEmail2Server interface { // IFsrmActionEmail base class. ifsrmactionemail.ActionEmailServer // AttachmentFileListSize operation. GetAttachmentFileListSize(context.Context, *GetAttachmentFileListSizeRequest) (*GetAttachmentFileListSizeResponse, error) // AttachmentFileListSize operation. SetAttachmentFileListSize(context.Context, *SetAttachmentFileListSizeRequest) (*SetAttachmentFileListSizeResponse, error) }
IFsrmActionEmail2 server interface.
type GetAttachmentFileListSizeRequest ¶
type GetAttachmentFileListSizeRequest struct { // This: ORPCTHIS structure that is used to send ORPC extension data to the server. This *dcom.ORPCThis `idl:"name:This" json:"this"` }
GetAttachmentFileListSizeRequest structure represents the AttachmentFileListSize operation request
func (*GetAttachmentFileListSizeRequest) MarshalNDR ¶
func (*GetAttachmentFileListSizeRequest) UnmarshalNDR ¶
type GetAttachmentFileListSizeResponse ¶
type GetAttachmentFileListSizeResponse struct { // That: ORPCTHAT structure that is used to return ORPC extension data to the client. That *dcom.ORPCThat `idl:"name:That" json:"that"` AttachmentFileListSize int32 `idl:"name:attachmentFileListSize" json:"attachment_file_list_size"` // Return: The AttachmentFileListSize return value. Return int32 `idl:"name:Return" json:"return"` }
GetAttachmentFileListSizeResponse structure represents the AttachmentFileListSize operation response
func (*GetAttachmentFileListSizeResponse) MarshalNDR ¶
func (*GetAttachmentFileListSizeResponse) UnmarshalNDR ¶
type SetAttachmentFileListSizeRequest ¶
type SetAttachmentFileListSizeRequest struct { // This: ORPCTHIS structure that is used to send ORPC extension data to the server. This *dcom.ORPCThis `idl:"name:This" json:"this"` AttachmentFileListSize int32 `idl:"name:attachmentFileListSize" json:"attachment_file_list_size"` }
SetAttachmentFileListSizeRequest structure represents the AttachmentFileListSize operation request
func (*SetAttachmentFileListSizeRequest) MarshalNDR ¶
func (*SetAttachmentFileListSizeRequest) UnmarshalNDR ¶
type SetAttachmentFileListSizeResponse ¶
type SetAttachmentFileListSizeResponse 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 AttachmentFileListSize return value. Return int32 `idl:"name:Return" json:"return"` }
SetAttachmentFileListSizeResponse structure represents the AttachmentFileListSize operation response
func (*SetAttachmentFileListSizeResponse) MarshalNDR ¶
func (*SetAttachmentFileListSizeResponse) UnmarshalNDR ¶
Click to show internal directories.
Click to hide internal directories.