RxCeQueryTransportInformation 函式 (rxce.h)
RxCeQueryTransportInformation 會查詢指定傳輸的傳輸資訊。
語法
NTSTATUS RxCeQueryTransportInformation(
PRXCE_TRANSPORT pTransport,
PRXCE_TRANSPORT_INFORMATION pTransportInformation
);
參數
pTransport
傳輸的指標。
pTransportInformation
呼叫端提供的緩衝區指標,用於傳回資訊。
傳回值
RxCeQueryTransportInformation 會在成功時傳回STATUS_SUCCESS,或在失敗時傳回下列錯誤碼:
傳回碼 | Description |
---|---|
|
下列任何條件都可以傳回此值:
|
備註
RxCeQueryTransportInformation 會傳回指定傳輸的資訊。 RXCE_TRANSPORT_INFORMATION數據結構包含兩個由 RxCeQueryTransportInformation 填入的數據元素:
ConnectionCount
QualityOfService
規格需求
需求 | 值 |
---|---|
目標平台 | 桌面 |
標頭 | rxce.h (包括 Rxce.h、Rxcehdlr.h、Tdi.h) |
IRQL | <= APC_LEVEL |