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

mspcq

import "github.com/TheManticoreProject/Manticore/windows/protocols/ms-pcq"

Index

type PRPC\_HQUERY

PRPC_HQUERY is an alias for RPC_HQUERY ([MS-PCQ]).

type PRPC_HQUERY = RPC_HQUERY

type RPC\_HQUERY

RPC_HQUERY is the PerflibV2 query context handle ([MS-PCQ] 2.2.1). The IDL declares it as [context_handle] HANDLE; on the wire an RPC context handle is a 4-byte attributes field followed by a 16-byte GUID, 20 bytes total ([MS-RPCE] 2.3.2.2).

type RPC_HQUERY [20]byte

func (RPC_HQUERY) IsZero

func (h RPC_HQUERY) IsZero() bool

IsZero reports whether the handle is all zeros (for example, after a successful PerflibV2CloseQueryHandle, which the server zeroes on return).