Documentation ¶
Index ¶
- Variables
- func AppHostConfigExceptionServerHandle(ctx context.Context, o AppHostConfigExceptionServer, opNum int, r ndr.Reader) (dcerpc.Operation, error)
- func NewAppHostConfigExceptionServerHandle(o AppHostConfigExceptionServer) dcerpc.ServerHandle
- func RegisterAppHostConfigExceptionServer(conn dcerpc.Conn, o AppHostConfigExceptionServer, opts ...dcerpc.Option)
- type AppHostConfigExceptionClient
- type AppHostConfigExceptionServer
- type GetConfigPathRequest
- type GetConfigPathResponse
- type GetErrorLineRequest
- type GetErrorLineResponse
- type GetErrorStringRequest
- type GetErrorStringResponse
- type GetFileNameRequest
- type GetFileNameResponse
- type GetLineNumberRequest
- type GetLineNumberResponse
- type GetPostErrorLineRequest
- type GetPostErrorLineResponse
- type GetPreErrorLineRequest
- type GetPreErrorLineResponse
Constants ¶
This section is empty.
Variables ¶
var ( // IAppHostConfigException interface identifier 4dfa1df3-8900-4bc7-bbb5-d1a458c52410 AppHostConfigExceptionIID = &dcom.IID{Data1: 0x4dfa1df3, Data2: 0x8900, Data3: 0x4bc7, Data4: []byte{0xbb, 0xb5, 0xd1, 0xa4, 0x58, 0xc5, 0x24, 0x10}} // Syntax UUID AppHostConfigExceptionSyntaxUUID = &uuid.UUID{TimeLow: 0x4dfa1df3, TimeMid: 0x8900, TimeHiAndVersion: 0x4bc7, ClockSeqHiAndReserved: 0xbb, ClockSeqLow: 0xb5, Node: [6]uint8{0xd1, 0xa4, 0x58, 0xc5, 0x24, 0x10}} // Syntax ID AppHostConfigExceptionSyntaxV0_0 = &dcerpc.SyntaxID{IfUUID: AppHostConfigExceptionSyntaxUUID, IfVersionMajor: 0, IfVersionMinor: 0} )
var (
// import guard
GoPackage = "dcom/iisa"
)
Functions ¶
func NewAppHostConfigExceptionServerHandle ¶
func NewAppHostConfigExceptionServerHandle(o AppHostConfigExceptionServer) dcerpc.ServerHandle
func RegisterAppHostConfigExceptionServer ¶
func RegisterAppHostConfigExceptionServer(conn dcerpc.Conn, o AppHostConfigExceptionServer, opts ...dcerpc.Option)
Types ¶
type AppHostConfigExceptionClient ¶
type AppHostConfigExceptionClient interface { // IUnknown retrieval method. Unknown() iunknown.UnknownClient // LineNumber operation. GetLineNumber(context.Context, *GetLineNumberRequest, ...dcerpc.CallOption) (*GetLineNumberResponse, error) // FileName operation. GetFileName(context.Context, *GetFileNameRequest, ...dcerpc.CallOption) (*GetFileNameResponse, error) // ConfigPath operation. GetConfigPath(context.Context, *GetConfigPathRequest, ...dcerpc.CallOption) (*GetConfigPathResponse, error) // ErrorLine operation. GetErrorLine(context.Context, *GetErrorLineRequest, ...dcerpc.CallOption) (*GetErrorLineResponse, error) // PreErrorLine operation. GetPreErrorLine(context.Context, *GetPreErrorLineRequest, ...dcerpc.CallOption) (*GetPreErrorLineResponse, error) // PostErrorLine operation. GetPostErrorLine(context.Context, *GetPostErrorLineRequest, ...dcerpc.CallOption) (*GetPostErrorLineResponse, error) // ErrorString operation. GetErrorString(context.Context, *GetErrorStringRequest, ...dcerpc.CallOption) (*GetErrorStringResponse, error) // AlterContext alters the client context. AlterContext(context.Context, ...dcerpc.Option) error // IPID sets the object interface identifier. IPID(context.Context, *dcom.IPID) AppHostConfigExceptionClient }
IAppHostConfigException interface.
type AppHostConfigExceptionServer ¶
type AppHostConfigExceptionServer interface { // IUnknown base class. iunknown.UnknownServer // LineNumber operation. GetLineNumber(context.Context, *GetLineNumberRequest) (*GetLineNumberResponse, error) // FileName operation. GetFileName(context.Context, *GetFileNameRequest) (*GetFileNameResponse, error) // ConfigPath operation. GetConfigPath(context.Context, *GetConfigPathRequest) (*GetConfigPathResponse, error) // ErrorLine operation. GetErrorLine(context.Context, *GetErrorLineRequest) (*GetErrorLineResponse, error) // PreErrorLine operation. GetPreErrorLine(context.Context, *GetPreErrorLineRequest) (*GetPreErrorLineResponse, error) // PostErrorLine operation. GetPostErrorLine(context.Context, *GetPostErrorLineRequest) (*GetPostErrorLineResponse, error) // ErrorString operation. GetErrorString(context.Context, *GetErrorStringRequest) (*GetErrorStringResponse, error) }
IAppHostConfigException server interface.
type GetConfigPathRequest ¶
type GetConfigPathRequest struct { // This: ORPCTHIS structure that is used to send ORPC extension data to the server. This *dcom.ORPCThis `idl:"name:This" json:"this"` }
GetConfigPathRequest structure represents the ConfigPath operation request
func (*GetConfigPathRequest) MarshalNDR ¶
func (*GetConfigPathRequest) UnmarshalNDR ¶
type GetConfigPathResponse ¶
type GetConfigPathResponse struct { // That: ORPCTHAT structure that is used to return ORPC extension data to the client. That *dcom.ORPCThat `idl:"name:That" json:"that"` ConfigPath *oaut.String `idl:"name:pbstrConfigPath" json:"config_path"` // Return: The ConfigPath return value. Return int32 `idl:"name:Return" json:"return"` }
GetConfigPathResponse structure represents the ConfigPath operation response
func (*GetConfigPathResponse) MarshalNDR ¶
func (*GetConfigPathResponse) UnmarshalNDR ¶
type GetErrorLineRequest ¶
type GetErrorLineRequest struct { // This: ORPCTHIS structure that is used to send ORPC extension data to the server. This *dcom.ORPCThis `idl:"name:This" json:"this"` }
GetErrorLineRequest structure represents the ErrorLine operation request
func (*GetErrorLineRequest) MarshalNDR ¶
func (*GetErrorLineRequest) UnmarshalNDR ¶
type GetErrorLineResponse ¶
type GetErrorLineResponse struct { // That: ORPCTHAT structure that is used to return ORPC extension data to the client. That *dcom.ORPCThat `idl:"name:That" json:"that"` ErrorLine *oaut.String `idl:"name:pbstrErrorLine" json:"error_line"` // Return: The ErrorLine return value. Return int32 `idl:"name:Return" json:"return"` }
GetErrorLineResponse structure represents the ErrorLine operation response
func (*GetErrorLineResponse) MarshalNDR ¶
func (*GetErrorLineResponse) UnmarshalNDR ¶
type GetErrorStringRequest ¶
type GetErrorStringRequest struct { // This: ORPCTHIS structure that is used to send ORPC extension data to the server. This *dcom.ORPCThis `idl:"name:This" json:"this"` }
GetErrorStringRequest structure represents the ErrorString operation request
func (*GetErrorStringRequest) MarshalNDR ¶
func (*GetErrorStringRequest) UnmarshalNDR ¶
type GetErrorStringResponse ¶
type GetErrorStringResponse struct { // That: ORPCTHAT structure that is used to return ORPC extension data to the client. That *dcom.ORPCThat `idl:"name:That" json:"that"` ErrorString *oaut.String `idl:"name:pbstrErrorString" json:"error_string"` // Return: The ErrorString return value. Return int32 `idl:"name:Return" json:"return"` }
GetErrorStringResponse structure represents the ErrorString operation response
func (*GetErrorStringResponse) MarshalNDR ¶
func (*GetErrorStringResponse) UnmarshalNDR ¶
type GetFileNameRequest ¶
type GetFileNameRequest struct { // This: ORPCTHIS structure that is used to send ORPC extension data to the server. This *dcom.ORPCThis `idl:"name:This" json:"this"` }
GetFileNameRequest structure represents the FileName operation request
func (*GetFileNameRequest) MarshalNDR ¶
func (*GetFileNameRequest) UnmarshalNDR ¶
type GetFileNameResponse ¶
type GetFileNameResponse struct { // That: ORPCTHAT structure that is used to return ORPC extension data to the client. That *dcom.ORPCThat `idl:"name:That" json:"that"` FileName *oaut.String `idl:"name:pbstrFileName" json:"file_name"` // Return: The FileName return value. Return int32 `idl:"name:Return" json:"return"` }
GetFileNameResponse structure represents the FileName operation response
func (*GetFileNameResponse) MarshalNDR ¶
func (*GetFileNameResponse) UnmarshalNDR ¶
type GetLineNumberRequest ¶
type GetLineNumberRequest struct { // This: ORPCTHIS structure that is used to send ORPC extension data to the server. This *dcom.ORPCThis `idl:"name:This" json:"this"` }
GetLineNumberRequest structure represents the LineNumber operation request
func (*GetLineNumberRequest) MarshalNDR ¶
func (*GetLineNumberRequest) UnmarshalNDR ¶
type GetLineNumberResponse ¶
type GetLineNumberResponse struct { // That: ORPCTHAT structure that is used to return ORPC extension data to the client. That *dcom.ORPCThat `idl:"name:That" json:"that"` LineNumberCount uint32 `idl:"name:pcLineNumber" json:"line_number_count"` // Return: The LineNumber return value. Return int32 `idl:"name:Return" json:"return"` }
GetLineNumberResponse structure represents the LineNumber operation response
func (*GetLineNumberResponse) MarshalNDR ¶
func (*GetLineNumberResponse) UnmarshalNDR ¶
type GetPostErrorLineRequest ¶
type GetPostErrorLineRequest struct { // This: ORPCTHIS structure that is used to send ORPC extension data to the server. This *dcom.ORPCThis `idl:"name:This" json:"this"` }
GetPostErrorLineRequest structure represents the PostErrorLine operation request
func (*GetPostErrorLineRequest) MarshalNDR ¶
func (*GetPostErrorLineRequest) UnmarshalNDR ¶
type GetPostErrorLineResponse ¶
type GetPostErrorLineResponse struct { // That: ORPCTHAT structure that is used to return ORPC extension data to the client. That *dcom.ORPCThat `idl:"name:That" json:"that"` PostErrorLine *oaut.String `idl:"name:pbstrPostErrorLine" json:"post_error_line"` // Return: The PostErrorLine return value. Return int32 `idl:"name:Return" json:"return"` }
GetPostErrorLineResponse structure represents the PostErrorLine operation response
func (*GetPostErrorLineResponse) MarshalNDR ¶
func (*GetPostErrorLineResponse) UnmarshalNDR ¶
type GetPreErrorLineRequest ¶
type GetPreErrorLineRequest struct { // This: ORPCTHIS structure that is used to send ORPC extension data to the server. This *dcom.ORPCThis `idl:"name:This" json:"this"` }
GetPreErrorLineRequest structure represents the PreErrorLine operation request
func (*GetPreErrorLineRequest) MarshalNDR ¶
func (*GetPreErrorLineRequest) UnmarshalNDR ¶
type GetPreErrorLineResponse ¶
type GetPreErrorLineResponse struct { // That: ORPCTHAT structure that is used to return ORPC extension data to the client. That *dcom.ORPCThat `idl:"name:That" json:"that"` PreErrorLine *oaut.String `idl:"name:pbstrPreErrorLine" json:"pre_error_line"` // Return: The PreErrorLine return value. Return int32 `idl:"name:Return" json:"return"` }
GetPreErrorLineResponse structure represents the PreErrorLine operation response