Generated from Manticore v1.1.6 • 388 packages. View on pkg.go.dev

functions

import "github.com/TheManticoreProject/Manticore/network/dcerpc/interfaces/d95afe70-a6d5-4259-822e-2c84da1ddb0d/1.0/functions"

Index

func WsdrAbortShutdown

func WsdrAbortShutdown(rpc ndr.Invoker, lpClientHint *msrsp.REG_UNICODE_STRING) (err error)

WsdrAbortShutdown calls WsdrAbortShutdown (opnum 1) ([MS-RSP] section 3.3.4.2). It stops a system shutdown that was previously requested with WsdrInitiateShutdown.

func WsdrInitiateShutdown

func WsdrInitiateShutdown(rpc ndr.Invoker, lpMessage *msrsp.REG_UNICODE_STRING, dwGracePeriod ndr.DWORD, dwShutdownFlags ndr.DWORD, dwReason ndr.DWORD, lpClientHint *msrsp.REG_UNICODE_STRING) (err error)

WsdrInitiateShutdown calls WsdrInitiateShutdown (opnum 0) ([MS-RSP] section 3.3.4.1). It initiates the shutdown of the server after dwGracePeriod seconds, per the dwShutdownFlags and dwReason codes.