functions
import "github.com/TheManticoreProject/Manticore/network/dcerpc/interfaces/a8e0653c-2744-4389-a61d-7373df8b2292/1.0/functions"
Index
- func AbortShadowCopySet(rpc ndr.Invoker, shadowCopySetId guid.GUID) (err error)
- func AddToShadowCopySet(rpc ndr.Invoker, clientShadowCopyId guid.GUID, shadowCopySetId guid.GUID, shareName ndr.WSTR) (PShadowCopyId guid.GUID, err error)
- func CommitShadowCopySet(rpc ndr.Invoker, shadowCopySetId guid.GUID, timeOutInMilliseconds ndr.DWORD) (err error)
- func DeleteShareMapping(rpc ndr.Invoker, shadowCopySetId guid.GUID, shadowCopyId guid.GUID, shareName ndr.WSTR) (err error)
- func ExposeShadowCopySet(rpc ndr.Invoker, shadowCopySetId guid.GUID, timeOutInMilliseconds ndr.DWORD) (err error)
- func GetShareMapping(rpc ndr.Invoker, shadowCopyId guid.GUID, shadowCopySetId guid.GUID, shareName ndr.WSTR, level ndr.DWORD) (ShareMapping msfsrvp.FSSAGENT_SHARE_MAPPING, err error)
- func GetSupportedVersion(rpc ndr.Invoker) (MinVersion ndr.DWORD, MaxVersion ndr.DWORD, err error)
- func IsPathShadowCopied(rpc ndr.Invoker, shareName ndr.WSTR) (ShadowCopyPresent ndr.BOOL, ShadowCopyCompatibility int32, err error)
- func IsPathSupported(rpc ndr.Invoker, shareName ndr.WSTR) (SupportedByThisProvider ndr.BOOL, OwnerMachineName *ndr.WSTR, err error)
- func PrepareShadowCopySet(rpc ndr.Invoker, shadowCopySetId guid.GUID, timeOutInMilliseconds ndr.DWORD) (err error)
- func RecoveryCompleteShadowCopySet(rpc ndr.Invoker, shadowCopySetId guid.GUID) (err error)
- func SetContext(rpc ndr.Invoker, context ndr.DWORD) (err error)
- func StartShadowCopySet(rpc ndr.Invoker, clientShadowCopySetId guid.GUID) (PShadowCopySetId guid.GUID, err error)
func AbortShadowCopySet
func AbortShadowCopySet(rpc ndr.Invoker, shadowCopySetId guid.GUID) (err error)
AbortShadowCopySet calls AbortShadowCopySet (opnum 7) ([MS-FSRVP] — verify the parameter modeling and status handling).
func AddToShadowCopySet
func AddToShadowCopySet(rpc ndr.Invoker, clientShadowCopyId guid.GUID, shadowCopySetId guid.GUID, shareName ndr.WSTR) (PShadowCopyId guid.GUID, err error)
AddToShadowCopySet calls AddToShadowCopySet (opnum 3) ([MS-FSRVP] — verify the parameter modeling and status handling).
func CommitShadowCopySet
func CommitShadowCopySet(rpc ndr.Invoker, shadowCopySetId guid.GUID, timeOutInMilliseconds ndr.DWORD) (err error)
CommitShadowCopySet calls CommitShadowCopySet (opnum 4) ([MS-FSRVP] — verify the parameter modeling and status handling).
func DeleteShareMapping
func DeleteShareMapping(rpc ndr.Invoker, shadowCopySetId guid.GUID, shadowCopyId guid.GUID, shareName ndr.WSTR) (err error)
DeleteShareMapping calls DeleteShareMapping (opnum 11) ([MS-FSRVP] — verify the parameter modeling and status handling).
func ExposeShadowCopySet
func ExposeShadowCopySet(rpc ndr.Invoker, shadowCopySetId guid.GUID, timeOutInMilliseconds ndr.DWORD) (err error)
ExposeShadowCopySet calls ExposeShadowCopySet (opnum 5) ([MS-FSRVP] — verify the parameter modeling and status handling).
func GetShareMapping
func GetShareMapping(rpc ndr.Invoker, shadowCopyId guid.GUID, shadowCopySetId guid.GUID, shareName ndr.WSTR, level ndr.DWORD) (ShareMapping msfsrvp.FSSAGENT_SHARE_MAPPING, err error)
GetShareMapping calls GetShareMapping (opnum 10) ([MS-FSRVP] — verify the parameter modeling and status handling).
func GetSupportedVersion
func GetSupportedVersion(rpc ndr.Invoker) (MinVersion ndr.DWORD, MaxVersion ndr.DWORD, err error)
GetSupportedVersion calls GetSupportedVersion (opnum 0) ([MS-FSRVP] — verify the parameter modeling and status handling).
func IsPathShadowCopied
func IsPathShadowCopied(rpc ndr.Invoker, shareName ndr.WSTR) (ShadowCopyPresent ndr.BOOL, ShadowCopyCompatibility int32, err error)
IsPathShadowCopied calls IsPathShadowCopied (opnum 9) ([MS-FSRVP] — verify the parameter modeling and status handling).
func IsPathSupported
func IsPathSupported(rpc ndr.Invoker, shareName ndr.WSTR) (SupportedByThisProvider ndr.BOOL, OwnerMachineName *ndr.WSTR, err error)
IsPathSupported calls IsPathSupported (opnum 8) ([MS-FSRVP] — verify the parameter modeling and status handling).
func PrepareShadowCopySet
func PrepareShadowCopySet(rpc ndr.Invoker, shadowCopySetId guid.GUID, timeOutInMilliseconds ndr.DWORD) (err error)
PrepareShadowCopySet calls PrepareShadowCopySet (opnum 12) ([MS-FSRVP] — verify the parameter modeling and status handling).
func RecoveryCompleteShadowCopySet
func RecoveryCompleteShadowCopySet(rpc ndr.Invoker, shadowCopySetId guid.GUID) (err error)
RecoveryCompleteShadowCopySet calls RecoveryCompleteShadowCopySet (opnum 6) ([MS-FSRVP] — verify the parameter modeling and status handling).
func SetContext
func SetContext(rpc ndr.Invoker, context ndr.DWORD) (err error)
SetContext calls SetContext (opnum 1) ([MS-FSRVP] — verify the parameter modeling and status handling).
func StartShadowCopySet
func StartShadowCopySet(rpc ndr.Invoker, clientShadowCopySetId guid.GUID) (PShadowCopySetId guid.GUID, err error)
StartShadowCopySet calls StartShadowCopySet (opnum 2) ([MS-FSRVP] — verify the parameter modeling and status handling).