functions
import "github.com/TheManticoreProject/Manticore/network/dcerpc/interfaces/3dde7c30-165d-11d1-ab8f-00805f14db40/1.0/functions"
Index
func BackuprKey
func BackuprKey(rpc ndr.Invoker, pguidActionAgent guid.GUID, pDataIn []uint8, cbDataIn ndr.DWORD, dwParam ndr.DWORD) (PpDataOut []uint8, PcbDataOut ndr.DWORD, err error)
BackuprKey calls BackuprKey (opnum 0) ([MS-BKRP] section 3.1.4.1). pguidActionAgent selects the operation (one of the BackupKey* action GUIDs); pDataIn is the opaque input BLOB (its format depends on the action) and cbDataIn its length in bytes. dwParam is unused and MUST be zero. On success the server returns the output BLOB in ppDataOut with its length in pcbDataOut.