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

functions

import "github.com/TheManticoreProject/Manticore/network/dcerpc/interfaces/86d35949-83c9-4044-b424-db363231fd0c/1.0/functions"

Index

func SchRpcCreateFolder

func SchRpcCreateFolder(rpc ndr.Invoker, path ndr.WSTR, sddl *ndr.WSTR, flags ndr.DWORD) (err error)

SchRpcCreateFolder calls SchRpcCreateFolder (opnum 3) ([MS-TSCH] section 3.2.5.4.4).

func SchRpcDelete

func SchRpcDelete(rpc ndr.Invoker, path ndr.WSTR, flags ndr.DWORD) (err error)

SchRpcDelete calls SchRpcDelete (opnum 13) ([MS-TSCH] section 3.2.5.4.14).

func SchRpcEnableTask

func SchRpcEnableTask(rpc ndr.Invoker, path ndr.WSTR, enabled ndr.DWORD) (err error)

SchRpcEnableTask calls SchRpcEnableTask (opnum 19) ([MS-TSCH] section 3.2.5.4.20).

func SchRpcEnumFolders

func SchRpcEnumFolders(rpc ndr.Invoker, path ndr.WSTR, flags ndr.DWORD, pStartIndex ndr.DWORD, cRequested ndr.DWORD) (PStartIndex ndr.DWORD, PcNames ndr.DWORD, PNames []*ndr.WSTR, err error)

SchRpcEnumFolders calls SchRpcEnumFolders (opnum 6) ([MS-TSCH] section 3.2.5.4.7).

func SchRpcEnumInstances

func SchRpcEnumInstances(rpc ndr.Invoker, path *ndr.WSTR, flags ndr.DWORD) (PcGuids ndr.DWORD, PGuids []guid.GUID, err error)

SchRpcEnumInstances calls SchRpcEnumInstances (opnum 8) ([MS-TSCH] section 3.2.5.4.9).

func SchRpcEnumTasks

func SchRpcEnumTasks(rpc ndr.Invoker, path ndr.WSTR, flags ndr.DWORD, startIndex ndr.DWORD, cRequested ndr.DWORD) (StartIndex ndr.DWORD, PcNames ndr.DWORD, PNames []*ndr.WSTR, err error)

SchRpcEnumTasks calls SchRpcEnumTasks (opnum 7) ([MS-TSCH] section 3.2.5.4.8).

func SchRpcGetInstanceInfo

func SchRpcGetInstanceInfo(rpc ndr.Invoker, guid guid.GUID) (PPath *ndr.WSTR, PState ndr.DWORD, PCurrentAction *ndr.WSTR, PInfo *ndr.WSTR, PcGroupInstances ndr.DWORD, PGroupInstances []guid.GUID, PEnginePID ndr.DWORD, err error)

SchRpcGetInstanceInfo calls SchRpcGetInstanceInfo (opnum 9) ([MS-TSCH] section 3.2.5.4.10).

func SchRpcGetLastRunInfo

func SchRpcGetLastRunInfo(rpc ndr.Invoker, path ndr.WSTR) (PLastRuntime msdtyp.SYSTEMTIME, PLastReturnCode ndr.DWORD, err error)

SchRpcGetLastRunInfo calls SchRpcGetLastRunInfo (opnum 16) ([MS-TSCH] section 3.2.5.4.17).

func SchRpcGetNumberOfMissedRuns

func SchRpcGetNumberOfMissedRuns(rpc ndr.Invoker, path ndr.WSTR) (PNumberOfMissedRuns ndr.DWORD, err error)

SchRpcGetNumberOfMissedRuns calls SchRpcGetNumberOfMissedRuns (opnum 18) ([MS-TSCH] section 3.2.5.4.19).

func SchRpcGetSecurity

func SchRpcGetSecurity(rpc ndr.Invoker, path ndr.WSTR, securityInformation ndr.DWORD) (Sddl *ndr.WSTR, err error)

SchRpcGetSecurity calls SchRpcGetSecurity (opnum 5) ([MS-TSCH] section 3.2.5.4.6).

func SchRpcGetTaskInfo

func SchRpcGetTaskInfo(rpc ndr.Invoker, path ndr.WSTR, flags ndr.DWORD) (PEnabled ndr.DWORD, PState ndr.DWORD, err error)

SchRpcGetTaskInfo calls SchRpcGetTaskInfo (opnum 17) ([MS-TSCH] section 3.2.5.4.18).

func SchRpcHighestVersion

func SchRpcHighestVersion(rpc ndr.Invoker) (PVersion ndr.DWORD, err error)

SchRpcHighestVersion calls SchRpcHighestVersion (opnum 0) ([MS-TSCH] section 3.2.5.4.1).

func SchRpcRegisterTask

func SchRpcRegisterTask(rpc ndr.Invoker, path *ndr.WSTR, xml ndr.WSTR, flags ndr.DWORD, sddl *ndr.WSTR, logonType ndr.DWORD, cCreds ndr.DWORD, pCreds []mstsch.TASK_USER_CRED) (PActualPath *ndr.WSTR, PErrorInfo *mstsch.TASK_XML_ERROR_INFO, err error)

SchRpcRegisterTask calls SchRpcRegisterTask (opnum 1) ([MS-TSCH] section 3.2.5.4.2).

func SchRpcRename

func SchRpcRename(rpc ndr.Invoker, path ndr.WSTR, newName ndr.WSTR, flags ndr.DWORD) (err error)

SchRpcRename calls SchRpcRename (opnum 14) ([MS-TSCH] section 3.2.5.4.15).

func SchRpcRetrieveTask

func SchRpcRetrieveTask(rpc ndr.Invoker, path ndr.WSTR, lpcwszLanguagesBuffer ndr.WSTR, pulNumLanguages ndr.DWORD) (PXml *ndr.WSTR, err error)

SchRpcRetrieveTask calls SchRpcRetrieveTask (opnum 2) ([MS-TSCH] section 3.2.5.4.3).

func SchRpcRun

func SchRpcRun(rpc ndr.Invoker, path ndr.WSTR, cArgs ndr.DWORD, pArgs []*ndr.WSTR, flags ndr.DWORD, sessionId ndr.DWORD, user *ndr.WSTR) (PGuid guid.GUID, err error)

SchRpcRun calls SchRpcRun (opnum 12) ([MS-TSCH] section 3.2.5.4.13).

func SchRpcScheduledRuntimes

func SchRpcScheduledRuntimes(rpc ndr.Invoker, path ndr.WSTR, start *msdtyp.SYSTEMTIME, end *msdtyp.SYSTEMTIME, flags ndr.DWORD, cRequested ndr.DWORD) (PcRuntimes ndr.DWORD, PRuntimes []msdtyp.SYSTEMTIME, err error)

SchRpcScheduledRuntimes calls SchRpcScheduledRuntimes (opnum 15) ([MS-TSCH] section 3.2.5.4.16).

func SchRpcSetSecurity

func SchRpcSetSecurity(rpc ndr.Invoker, path ndr.WSTR, sddl ndr.WSTR, flags ndr.DWORD) (err error)

SchRpcSetSecurity calls SchRpcSetSecurity (opnum 4) ([MS-TSCH] section 3.2.5.4.5).

func SchRpcStop

func SchRpcStop(rpc ndr.Invoker, path *ndr.WSTR, flags ndr.DWORD) (err error)

SchRpcStop calls SchRpcStop (opnum 11) ([MS-TSCH] section 3.2.5.4.12).

func SchRpcStopInstance

func SchRpcStopInstance(rpc ndr.Invoker, guid guid.GUID, flags ndr.DWORD) (err error)

SchRpcStopInstance calls SchRpcStopInstance (opnum 10) ([MS-TSCH] section 3.2.5.4.11).