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

functions

import "github.com/TheManticoreProject/Manticore/network/dcerpc/interfaces/41208ee0-e970-11d1-9b9e-00e02c064c39/1.0/functions"

Index

func R\_QMMgmtAction

func R_QMMgmtAction(rpc ndr.Invoker, pObjectFormat msmqmr.MGMT_OBJECT, action string) error

R_QMMgmtAction requests the server to perform a management function on a queue or MSMQ installation (opnum 1) ([MS-MQMR] 3.1.4.2). pObjectFormat selects the target and action is one of the documented, case-insensitive verbs (see the qmmgmt.Action* constants, e.g. “PAUSE”/“RESUME” for outgoing queues, “CONNECT”/“DISCONNECT”/“TIDY” for the machine).

func R\_QMMgmtGetInfo

func R_QMMgmtGetInfo(rpc ndr.Invoker, pObjectFormat msmqmr.MGMT_OBJECT, cp ndr.DWORD, aProp []ndr.DWORD, apVar []msmqmq.PROPVARIANT) (ApVar []msmqmq.PROPVARIANT, err error)

R_QMMgmtGetInfo requests information on an MSMQ installation or a specific queue (opnum 0) ([MS-MQMR] 3.1.4.1). pObjectFormat selects the target (MGMT_MACHINE for the installation, MGMT_QUEUE for a queue). aProp holds cp property identifiers ([MS-MQMR] 2.2.3); apVar must hold cp elements each set to VT_NULL on input and receives the property values on output. The filled apVar array is returned.