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

functions

import "github.com/TheManticoreProject/Manticore/network/dcerpc/interfaces/d049b186-814f-11d1-9a3c-00c04fc9b232/1.1/functions"

Package functions holds the NtFrsApi ([MS-FRS1]) method stubs, one file per opnum. Each stub marshals its [in] parameters into a request stub, invokes the opnum through an ndr.Invoker, and unmarshals the response stub. The shared response shape below is used by more than one method.

Index

func NtFrsApi\_Rpc\_ForceReplication

func NtFrsApi_Rpc_ForceReplication(rpc ndr.Invoker, replicaSetGuid *msdtyp.GUID, cxtionGuid *msdtyp.GUID, replicaSetName *ndr.WSTR, partnerDnsName *ndr.WSTR) (err error)

NtFrsApi_Rpc_ForceReplication calls NtFrsApi_Rpc_ForceReplication (opnum 10) ([MS-FRS1] section 3.2.4.6).

func NtFrsApi\_Rpc\_Get\_DsPollingIntervalW

func NtFrsApi_Rpc_Get_DsPollingIntervalW(rpc ndr.Invoker) (Interval ndr.DWORD, LongInterval ndr.DWORD, ShortInterval ndr.DWORD, err error)

NtFrsApi_Rpc_Get_DsPollingIntervalW calls NtFrsApi_Rpc_Get_DsPollingIntervalW (opnum 5) ([MS-FRS1] section 3.2.4.2).

func NtFrsApi\_Rpc\_InfoW

func NtFrsApi_Rpc_InfoW(rpc ndr.Invoker, blobSize ndr.DWORD, blob []uint8) (Blob []uint8, err error)

NtFrsApi_Rpc_InfoW calls NtFrsApi_Rpc_InfoW (opnum 7) ([MS-FRS1] section 3.2.4.3).

func NtFrsApi\_Rpc\_IsPathReplicated

func NtFrsApi_Rpc_IsPathReplicated(rpc ndr.Invoker, path *ndr.WSTR, replicaSetTypeOfInterest ndr.DWORD) (Replicated ndr.DWORD, Primary ndr.DWORD, Root ndr.DWORD, ReplicaSetGuid msdtyp.GUID, err error)

NtFrsApi_Rpc_IsPathReplicated calls NtFrsApi_Rpc_IsPathReplicated (opnum 8) ([MS-FRS1] section 3.2.4.4).

func NtFrsApi\_Rpc\_Set\_DsPollingIntervalW

func NtFrsApi_Rpc_Set_DsPollingIntervalW(rpc ndr.Invoker, useShortInterval ndr.DWORD, longInterval ndr.DWORD, shortInterval ndr.DWORD) (err error)

NtFrsApi_Rpc_Set_DsPollingIntervalW calls NtFrsApi_Rpc_Set_DsPollingIntervalW (opnum 4) ([MS-FRS1] section 3.2.4.1).

func NtFrsApi\_Rpc\_WriterCommand

func NtFrsApi_Rpc_WriterCommand(rpc ndr.Invoker, command ndr.DWORD) (err error)

NtFrsApi_Rpc_WriterCommand calls NtFrsApi_Rpc_WriterCommand (opnum 9) ([MS-FRS1] section 3.2.4.5).