Documentation ¶
Index ¶
- Variables
- func AppHostWritableAdminManagerServerHandle(ctx context.Context, o AppHostWritableAdminManagerServer, opNum int, ...) (dcerpc.Operation, error)
- func NewAppHostWritableAdminManagerServerHandle(o AppHostWritableAdminManagerServer) dcerpc.ServerHandle
- func RegisterAppHostWritableAdminManagerServer(conn dcerpc.Conn, o AppHostWritableAdminManagerServer, opts ...dcerpc.Option)
- type AppHostWritableAdminManagerClient
- type AppHostWritableAdminManagerServer
- type CommitChangesRequest
- type CommitChangesResponse
- type GetCommitPathRequest
- type GetCommitPathResponse
- type SetCommitPathRequest
- type SetCommitPathResponse
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // IAppHostWritableAdminManager interface identifier fa7660f6-7b3f-4237-a8bf-ed0ad0dcbbd9 AppHostWritableAdminManagerIID = &dcom.IID{Data1: 0xfa7660f6, Data2: 0x7b3f, Data3: 0x4237, Data4: []byte{0xa8, 0xbf, 0xed, 0x0a, 0xd0, 0xdc, 0xbb, 0xd9}} // Syntax UUID AppHostWritableAdminManagerSyntaxUUID = &uuid.UUID{TimeLow: 0xfa7660f6, TimeMid: 0x7b3f, TimeHiAndVersion: 0x4237, ClockSeqHiAndReserved: 0xa8, ClockSeqLow: 0xbf, Node: [6]uint8{0xed, 0xa, 0xd0, 0xdc, 0xbb, 0xd9}} // Syntax ID AppHostWritableAdminManagerSyntaxV0_0 = &dcerpc.SyntaxID{IfUUID: AppHostWritableAdminManagerSyntaxUUID, IfVersionMajor: 0, IfVersionMinor: 0} )
View Source
var (
// import guard
GoPackage = "dcom/iisa"
)
Functions ¶
func NewAppHostWritableAdminManagerServerHandle ¶
func NewAppHostWritableAdminManagerServerHandle(o AppHostWritableAdminManagerServer) dcerpc.ServerHandle
func RegisterAppHostWritableAdminManagerServer ¶
func RegisterAppHostWritableAdminManagerServer(conn dcerpc.Conn, o AppHostWritableAdminManagerServer, opts ...dcerpc.Option)
Types ¶
type AppHostWritableAdminManagerClient ¶
type AppHostWritableAdminManagerClient interface { // IAppHostAdminManager retrieval method. AppHostAdminManager() iapphostadminmanager.AppHostAdminManagerClient // CommitChanges operation. CommitChanges(context.Context, *CommitChangesRequest, ...dcerpc.CallOption) (*CommitChangesResponse, error) // CommitPath operation. GetCommitPath(context.Context, *GetCommitPathRequest, ...dcerpc.CallOption) (*GetCommitPathResponse, error) // CommitPath operation. SetCommitPath(context.Context, *SetCommitPathRequest, ...dcerpc.CallOption) (*SetCommitPathResponse, error) // AlterContext alters the client context. AlterContext(context.Context, ...dcerpc.Option) error // IPID sets the object interface identifier. IPID(context.Context, *dcom.IPID) AppHostWritableAdminManagerClient }
IAppHostWritableAdminManager interface.
type AppHostWritableAdminManagerServer ¶
type AppHostWritableAdminManagerServer interface { // IAppHostAdminManager base class. iapphostadminmanager.AppHostAdminManagerServer // CommitChanges operation. CommitChanges(context.Context, *CommitChangesRequest) (*CommitChangesResponse, error) // CommitPath operation. GetCommitPath(context.Context, *GetCommitPathRequest) (*GetCommitPathResponse, error) // CommitPath operation. SetCommitPath(context.Context, *SetCommitPathRequest) (*SetCommitPathResponse, error) }
IAppHostWritableAdminManager server interface.
type CommitChangesRequest ¶
type CommitChangesRequest struct { // This: ORPCTHIS structure that is used to send ORPC extension data to the server. This *dcom.ORPCThis `idl:"name:This" json:"this"` }
CommitChangesRequest structure represents the CommitChanges operation request
func (*CommitChangesRequest) MarshalNDR ¶
func (*CommitChangesRequest) UnmarshalNDR ¶
type CommitChangesResponse ¶
type CommitChangesResponse 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 CommitChanges return value. Return int32 `idl:"name:Return" json:"return"` }
CommitChangesResponse structure represents the CommitChanges operation response
func (*CommitChangesResponse) MarshalNDR ¶
func (*CommitChangesResponse) UnmarshalNDR ¶
type GetCommitPathRequest ¶
type GetCommitPathRequest struct { // This: ORPCTHIS structure that is used to send ORPC extension data to the server. This *dcom.ORPCThis `idl:"name:This" json:"this"` }
GetCommitPathRequest structure represents the CommitPath operation request
func (*GetCommitPathRequest) MarshalNDR ¶
func (*GetCommitPathRequest) UnmarshalNDR ¶
type GetCommitPathResponse ¶
type GetCommitPathResponse struct { // That: ORPCTHAT structure that is used to return ORPC extension data to the client. That *dcom.ORPCThat `idl:"name:That" json:"that"` CommitPath *oaut.String `idl:"name:pbstrCommitPath" json:"commit_path"` // Return: The CommitPath return value. Return int32 `idl:"name:Return" json:"return"` }
GetCommitPathResponse structure represents the CommitPath operation response
func (*GetCommitPathResponse) MarshalNDR ¶
func (*GetCommitPathResponse) UnmarshalNDR ¶
type SetCommitPathRequest ¶
type SetCommitPathRequest struct { // This: ORPCTHIS structure that is used to send ORPC extension data to the server. This *dcom.ORPCThis `idl:"name:This" json:"this"` CommitPath *oaut.String `idl:"name:bstrCommitPath" json:"commit_path"` }
SetCommitPathRequest structure represents the CommitPath operation request
func (*SetCommitPathRequest) MarshalNDR ¶
func (*SetCommitPathRequest) UnmarshalNDR ¶
type SetCommitPathResponse ¶
type SetCommitPathResponse 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 CommitPath return value. Return int32 `idl:"name:Return" json:"return"` }
SetCommitPathResponse structure represents the CommitPath operation response
func (*SetCommitPathResponse) MarshalNDR ¶
func (*SetCommitPathResponse) UnmarshalNDR ¶
Click to show internal directories.
Click to hide internal directories.