Documentation ¶
Index ¶
- Variables
- func FileScreenExceptionServerHandle(ctx context.Context, o FileScreenExceptionServer, opNum int, r ndr.Reader) (dcerpc.Operation, error)
- func NewFileScreenExceptionServerHandle(o FileScreenExceptionServer) dcerpc.ServerHandle
- func RegisterFileScreenExceptionServer(conn dcerpc.Conn, o FileScreenExceptionServer, opts ...dcerpc.Option)
- type FileScreenExceptionClient
- type FileScreenExceptionServer
- type GetAllowedFileGroupsRequest
- type GetAllowedFileGroupsResponse
- type GetPathRequest
- type GetPathResponse
- type SetAllowedFileGroupsRequest
- type SetAllowedFileGroupsResponse
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // IFsrmFileScreenException interface identifier bee7ce02-df77-4515-9389-78f01c5afc1a FileScreenExceptionIID = &dcom.IID{Data1: 0xbee7ce02, Data2: 0xdf77, Data3: 0x4515, Data4: []byte{0x93, 0x89, 0x78, 0xf0, 0x1c, 0x5a, 0xfc, 0x1a}} // Syntax UUID FileScreenExceptionSyntaxUUID = &uuid.UUID{TimeLow: 0xbee7ce02, TimeMid: 0xdf77, TimeHiAndVersion: 0x4515, ClockSeqHiAndReserved: 0x93, ClockSeqLow: 0x89, Node: [6]uint8{0x78, 0xf0, 0x1c, 0x5a, 0xfc, 0x1a}} // Syntax ID FileScreenExceptionSyntaxV0_0 = &dcerpc.SyntaxID{IfUUID: FileScreenExceptionSyntaxUUID, IfVersionMajor: 0, IfVersionMinor: 0} )
View Source
var (
// import guard
GoPackage = "dcom/fsrm"
)
Functions ¶
func NewFileScreenExceptionServerHandle ¶
func NewFileScreenExceptionServerHandle(o FileScreenExceptionServer) dcerpc.ServerHandle
func RegisterFileScreenExceptionServer ¶
func RegisterFileScreenExceptionServer(conn dcerpc.Conn, o FileScreenExceptionServer, opts ...dcerpc.Option)
Types ¶
type FileScreenExceptionClient ¶
type FileScreenExceptionClient interface { // IFsrmObject retrieval method. Object() ifsrmobject.ObjectClient // Path operation. GetPath(context.Context, *GetPathRequest, ...dcerpc.CallOption) (*GetPathResponse, error) // AllowedFileGroups operation. GetAllowedFileGroups(context.Context, *GetAllowedFileGroupsRequest, ...dcerpc.CallOption) (*GetAllowedFileGroupsResponse, error) // AllowedFileGroups operation. SetAllowedFileGroups(context.Context, *SetAllowedFileGroupsRequest, ...dcerpc.CallOption) (*SetAllowedFileGroupsResponse, error) // AlterContext alters the client context. AlterContext(context.Context, ...dcerpc.Option) error // IPID sets the object interface identifier. IPID(context.Context, *dcom.IPID) FileScreenExceptionClient }
IFsrmFileScreenException interface.
type FileScreenExceptionServer ¶
type FileScreenExceptionServer interface { // IFsrmObject base class. ifsrmobject.ObjectServer // Path operation. GetPath(context.Context, *GetPathRequest) (*GetPathResponse, error) // AllowedFileGroups operation. GetAllowedFileGroups(context.Context, *GetAllowedFileGroupsRequest) (*GetAllowedFileGroupsResponse, error) // AllowedFileGroups operation. SetAllowedFileGroups(context.Context, *SetAllowedFileGroupsRequest) (*SetAllowedFileGroupsResponse, error) }
IFsrmFileScreenException server interface.
type GetAllowedFileGroupsRequest ¶
type GetAllowedFileGroupsRequest struct { // This: ORPCTHIS structure that is used to send ORPC extension data to the server. This *dcom.ORPCThis `idl:"name:This" json:"this"` }
GetAllowedFileGroupsRequest structure represents the AllowedFileGroups operation request
func (*GetAllowedFileGroupsRequest) MarshalNDR ¶
func (*GetAllowedFileGroupsRequest) UnmarshalNDR ¶
type GetAllowedFileGroupsResponse ¶
type GetAllowedFileGroupsResponse struct { // That: ORPCTHAT structure that is used to return ORPC extension data to the client. That *dcom.ORPCThat `idl:"name:That" json:"that"` AllowList *fsrm.MutableCollection `idl:"name:allowList" json:"allow_list"` // Return: The AllowedFileGroups return value. Return int32 `idl:"name:Return" json:"return"` }
GetAllowedFileGroupsResponse structure represents the AllowedFileGroups operation response
func (*GetAllowedFileGroupsResponse) MarshalNDR ¶
func (*GetAllowedFileGroupsResponse) UnmarshalNDR ¶
type GetPathRequest ¶
type GetPathRequest struct { // This: ORPCTHIS structure that is used to send ORPC extension data to the server. This *dcom.ORPCThis `idl:"name:This" json:"this"` }
GetPathRequest structure represents the Path operation request
func (*GetPathRequest) MarshalNDR ¶
func (*GetPathRequest) UnmarshalNDR ¶
type GetPathResponse ¶
type GetPathResponse struct { // That: ORPCTHAT structure that is used to return ORPC extension data to the client. That *dcom.ORPCThat `idl:"name:That" json:"that"` Path *oaut.String `idl:"name:path" json:"path"` // Return: The Path return value. Return int32 `idl:"name:Return" json:"return"` }
GetPathResponse structure represents the Path operation response
func (*GetPathResponse) MarshalNDR ¶
func (*GetPathResponse) UnmarshalNDR ¶
type SetAllowedFileGroupsRequest ¶
type SetAllowedFileGroupsRequest struct { // This: ORPCTHIS structure that is used to send ORPC extension data to the server. This *dcom.ORPCThis `idl:"name:This" json:"this"` AllowList *fsrm.MutableCollection `idl:"name:allowList" json:"allow_list"` }
SetAllowedFileGroupsRequest structure represents the AllowedFileGroups operation request
func (*SetAllowedFileGroupsRequest) MarshalNDR ¶
func (*SetAllowedFileGroupsRequest) UnmarshalNDR ¶
type SetAllowedFileGroupsResponse ¶
type SetAllowedFileGroupsResponse 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 AllowedFileGroups return value. Return int32 `idl:"name:Return" json:"return"` }
SetAllowedFileGroupsResponse structure represents the AllowedFileGroups operation response
func (*SetAllowedFileGroupsResponse) MarshalNDR ¶
func (*SetAllowedFileGroupsResponse) UnmarshalNDR ¶
Click to show internal directories.
Click to hide internal directories.