Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// import guard
GoPackage = "dcom"
)
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { // Package specific interfaces RemoteUnknown() iremunknown.RemoteUnknownClient RemoteUnknown2() iremunknown2.RemoteUnknown2Client // AlterContext alters the client context. AlterContext(context.Context, ...dcerpc.Option) error // Conn returns the client connection (unsafe) Conn() dcerpc.Conn // IPID sets the object interface identifier. IPID(context.Context, *dcom.IPID) Client }
dcom client set.
Click to show internal directories.
Click to hide internal directories.