RxCeQueryTransportInformation function (rxce.h)
RxCeQueryTransportInformation queries transport information for a given transport.
Syntax
NTSTATUS RxCeQueryTransportInformation(
PRXCE_TRANSPORT pTransport,
PRXCE_TRANSPORT_INFORMATION pTransportInformation
);
Parameters
pTransport
A pointer to the transport.
pTransportInformation
A pointer to the caller-supplied buffer for returning information.
Return value
RxCeQueryTransportInformation returns STATUS_SUCCESS on success or the following error code on failure:
Return code | Description |
---|---|
|
This value can be returned for any of the following conditions:
|
Remarks
RxCeQueryTransportInformation returns information for a given transport. The RXCE_TRANSPORT_INFORMATION data structure contains two data elements that are filled in by RxCeQueryTransportInformation:
ConnectionCount
QualityOfService
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | rxce.h (include Rxce.h, Rxcehdlr.h, Tdi.h) |
IRQL | <= APC_LEVEL |