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

functions

import "github.com/TheManticoreProject/Manticore/network/dcerpc/interfaces/88143fd0-c28d-4b2b-8fef-8d882f6a9390/1.0/functions"

Index

func RpcCloseEnum

func RpcCloseEnum(rpc ndr.Invoker, phEnum mststs.ENUM_HANDLE) (PhEnum mststs.ENUM_HANDLE, err error)

RpcCloseEnum calls RpcCloseEnum (opnum 1) ([MS-TSTS] — verify the parameter modeling and status handling).

func RpcEnumAddFilter

func RpcEnumAddFilter(rpc ndr.Invoker, hEnum mststs.ENUM_HANDLE, hSubEnum mststs.ENUM_HANDLE) (err error)

RpcEnumAddFilter calls RpcEnumAddFilter (opnum 4) ([MS-TSTS] — verify the parameter modeling and status handling).

func RpcFilterByCallersName

func RpcFilterByCallersName(rpc ndr.Invoker, hEnum mststs.ENUM_HANDLE) (err error)

RpcFilterByCallersName calls RpcFilterByCallersName (opnum 3) ([MS-TSTS] — verify the parameter modeling and status handling).

func RpcFilterBySessionType

func RpcFilterBySessionType(rpc ndr.Invoker, hEnum mststs.ENUM_HANDLE, pSessionType guid.GUID) (err error)

RpcFilterBySessionType calls RpcFilterBySessionType (opnum 6) ([MS-TSTS] — verify the parameter modeling and status handling).

func RpcFilterByState

func RpcFilterByState(rpc ndr.Invoker, hEnum mststs.ENUM_HANDLE, state int32, bInvert ndr.BOOL) (err error)

RpcFilterByState calls RpcFilterByState (opnum 2) ([MS-TSTS] — verify the parameter modeling and status handling).

func RpcGetAllSessions

func RpcGetAllSessions(rpc ndr.Invoker, pLevel ndr.DWORD) (PLevel ndr.DWORD, PpSessionData []mststs.EXECENVDATA, PcEntries ndr.DWORD, err error)

RpcGetAllSessions calls RpcGetAllSessions (opnum 10) ([MS-TSTS] — verify the parameter modeling and status handling).

func RpcGetAllSessionsEx

func RpcGetAllSessionsEx(rpc ndr.Invoker, level ndr.DWORD) (PpSessionData []mststs.EXECENVDATAEX, PcEntries ndr.DWORD, err error)

RpcGetAllSessionsEx calls RpcGetAllSessionsEx (opnum 11) ([MS-TSTS] — verify the parameter modeling and status handling).

func RpcGetEnumResult

func RpcGetEnumResult(rpc ndr.Invoker, hEnum mststs.ENUM_HANDLE, level ndr.DWORD) (PpSessionEnumResult []mststs.SESSIONENUM, PEntries ndr.DWORD, err error)

RpcGetEnumResult calls RpcGetEnumResult (opnum 5) ([MS-TSTS] — verify the parameter modeling and status handling).

func RpcGetEnumResultEx

func RpcGetEnumResultEx(rpc ndr.Invoker, hEnum mststs.ENUM_HANDLE, level ndr.DWORD) (PpSessionEnumResult []mststs.SESSIONENUM_EX, PEntries ndr.DWORD, err error)

RpcGetEnumResultEx calls RpcGetEnumResultEx (opnum 9) ([MS-TSTS] — verify the parameter modeling and status handling).

func RpcGetSessionIds

func RpcGetSessionIds(rpc ndr.Invoker, filter mststs.SESSION_FILTER, maxEntries ndr.DWORD) (PSessionIds []int32, PcSessionIds ndr.DWORD, err error)

RpcGetSessionIds calls RpcGetSessionIds (opnum 8) ([MS-TSTS] — verify the parameter modeling and status handling).

func RpcOpenEnum

func RpcOpenEnum(rpc ndr.Invoker) (PhEnum mststs.ENUM_HANDLE, err error)

RpcOpenEnum calls RpcOpenEnum (opnum 0) ([MS-TSTS] — verify the parameter modeling and status handling).