Documentation ¶
Index ¶
- Variables
- func AppHostConfigLocationCollectionServerHandle(ctx context.Context, o AppHostConfigLocationCollectionServer, opNum int, ...) (dcerpc.Operation, error)
- func NewAppHostConfigLocationCollectionServerHandle(o AppHostConfigLocationCollectionServer) dcerpc.ServerHandle
- func RegisterAppHostConfigLocationCollectionServer(conn dcerpc.Conn, o AppHostConfigLocationCollectionServer, ...)
- type AddLocationRequest
- type AddLocationResponse
- type AppHostConfigLocationCollectionClient
- type AppHostConfigLocationCollectionServer
- type DeleteLocationRequest
- type DeleteLocationResponse
- type GetCountRequest
- type GetCountResponse
- type GetItemRequest
- type GetItemResponse
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // IAppHostConfigLocationCollection interface identifier 832a32f7-b3ea-4b8c-b260-9a2923001184 AppHostConfigLocationCollectionIID = &dcom.IID{Data1: 0x832a32f7, Data2: 0xb3ea, Data3: 0x4b8c, Data4: []byte{0xb2, 0x60, 0x9a, 0x29, 0x23, 0x00, 0x11, 0x84}} // Syntax UUID AppHostConfigLocationCollectionSyntaxUUID = &uuid.UUID{TimeLow: 0x832a32f7, TimeMid: 0xb3ea, TimeHiAndVersion: 0x4b8c, ClockSeqHiAndReserved: 0xb2, ClockSeqLow: 0x60, Node: [6]uint8{0x9a, 0x29, 0x23, 0x0, 0x11, 0x84}} // Syntax ID AppHostConfigLocationCollectionSyntaxV0_0 = &dcerpc.SyntaxID{IfUUID: AppHostConfigLocationCollectionSyntaxUUID, IfVersionMajor: 0, IfVersionMinor: 0} )
View Source
var (
// import guard
GoPackage = "dcom/iisa"
)
Functions ¶
func NewAppHostConfigLocationCollectionServerHandle ¶
func NewAppHostConfigLocationCollectionServerHandle(o AppHostConfigLocationCollectionServer) dcerpc.ServerHandle
func RegisterAppHostConfigLocationCollectionServer ¶
func RegisterAppHostConfigLocationCollectionServer(conn dcerpc.Conn, o AppHostConfigLocationCollectionServer, opts ...dcerpc.Option)
Types ¶
type AddLocationRequest ¶
type AddLocationRequest struct { // This: ORPCTHIS structure that is used to send ORPC extension data to the server. This *dcom.ORPCThis `idl:"name:This" json:"this"` LocationPath *oaut.String `idl:"name:bstrLocationPath" json:"location_path"` }
AddLocationRequest structure represents the AddLocation operation request
func (*AddLocationRequest) MarshalNDR ¶
func (*AddLocationRequest) UnmarshalNDR ¶
type AddLocationResponse ¶
type AddLocationResponse struct { // That: ORPCTHAT structure that is used to return ORPC extension data to the client. That *dcom.ORPCThat `idl:"name:That" json:"that"` NewLocation *iisa.AppHostConfigLocation `idl:"name:ppNewLocation" json:"new_location"` // Return: The AddLocation return value. Return int32 `idl:"name:Return" json:"return"` }
AddLocationResponse structure represents the AddLocation operation response
func (*AddLocationResponse) MarshalNDR ¶
func (*AddLocationResponse) UnmarshalNDR ¶
type AppHostConfigLocationCollectionClient ¶
type AppHostConfigLocationCollectionClient interface { // IUnknown retrieval method. Unknown() iunknown.UnknownClient // Count operation. GetCount(context.Context, *GetCountRequest, ...dcerpc.CallOption) (*GetCountResponse, error) // Item operation. GetItem(context.Context, *GetItemRequest, ...dcerpc.CallOption) (*GetItemResponse, error) // AddLocation operation. AddLocation(context.Context, *AddLocationRequest, ...dcerpc.CallOption) (*AddLocationResponse, error) // DeleteLocation operation. DeleteLocation(context.Context, *DeleteLocationRequest, ...dcerpc.CallOption) (*DeleteLocationResponse, error) // AlterContext alters the client context. AlterContext(context.Context, ...dcerpc.Option) error // IPID sets the object interface identifier. IPID(context.Context, *dcom.IPID) AppHostConfigLocationCollectionClient }
IAppHostConfigLocationCollection interface.
type AppHostConfigLocationCollectionServer ¶
type AppHostConfigLocationCollectionServer interface { // IUnknown base class. iunknown.UnknownServer // Count operation. GetCount(context.Context, *GetCountRequest) (*GetCountResponse, error) // Item operation. GetItem(context.Context, *GetItemRequest) (*GetItemResponse, error) // AddLocation operation. AddLocation(context.Context, *AddLocationRequest) (*AddLocationResponse, error) // DeleteLocation operation. DeleteLocation(context.Context, *DeleteLocationRequest) (*DeleteLocationResponse, error) }
IAppHostConfigLocationCollection server interface.
type DeleteLocationRequest ¶
type DeleteLocationRequest struct { // This: ORPCTHIS structure that is used to send ORPC extension data to the server. This *dcom.ORPCThis `idl:"name:This" json:"this"` Index *oaut.Variant `idl:"name:cIndex" json:"index"` }
DeleteLocationRequest structure represents the DeleteLocation operation request
func (*DeleteLocationRequest) MarshalNDR ¶
func (*DeleteLocationRequest) UnmarshalNDR ¶
type DeleteLocationResponse ¶
type DeleteLocationResponse 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 DeleteLocation return value. Return int32 `idl:"name:Return" json:"return"` }
DeleteLocationResponse structure represents the DeleteLocation operation response
func (*DeleteLocationResponse) MarshalNDR ¶
func (*DeleteLocationResponse) UnmarshalNDR ¶
type GetCountRequest ¶
type GetCountRequest struct { // This: ORPCTHIS structure that is used to send ORPC extension data to the server. This *dcom.ORPCThis `idl:"name:This" json:"this"` }
GetCountRequest structure represents the Count operation request
func (*GetCountRequest) MarshalNDR ¶
func (*GetCountRequest) UnmarshalNDR ¶
type GetCountResponse ¶
type GetCountResponse struct { // That: ORPCTHAT structure that is used to return ORPC extension data to the client. That *dcom.ORPCThat `idl:"name:That" json:"that"` Count uint32 `idl:"name:pcCount" json:"count"` // Return: The Count return value. Return int32 `idl:"name:Return" json:"return"` }
GetCountResponse structure represents the Count operation response
func (*GetCountResponse) MarshalNDR ¶
func (*GetCountResponse) UnmarshalNDR ¶
type GetItemRequest ¶
type GetItemRequest struct { // This: ORPCTHIS structure that is used to send ORPC extension data to the server. This *dcom.ORPCThis `idl:"name:This" json:"this"` VarIndex *oaut.Variant `idl:"name:varIndex" json:"var_index"` }
GetItemRequest structure represents the Item operation request
func (*GetItemRequest) MarshalNDR ¶
func (*GetItemRequest) UnmarshalNDR ¶
type GetItemResponse ¶
type GetItemResponse struct { // That: ORPCTHAT structure that is used to return ORPC extension data to the client. That *dcom.ORPCThat `idl:"name:That" json:"that"` Location *iisa.AppHostConfigLocation `idl:"name:ppLocation" json:"location"` // Return: The Item return value. Return int32 `idl:"name:Return" json:"return"` }
GetItemResponse structure represents the Item operation response
func (*GetItemResponse) MarshalNDR ¶
func (*GetItemResponse) UnmarshalNDR ¶
Click to show internal directories.
Click to hide internal directories.