Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |