Funzione RxCeQueryTransportInformation (rxce.h)

RxCeQueryTransportInformation esegue query sulle informazioni di trasporto per un determinato trasporto.

Sintassi

NTSTATUS RxCeQueryTransportInformation(
  PRXCE_TRANSPORT             pTransport,
  PRXCE_TRANSPORT_INFORMATION pTransportInformation
);

Parametri

pTransport

Puntatore al trasporto.

pTransportInformation

Puntatore al buffer fornito dal chiamante per la restituzione di informazioni.

Valore restituito

RxCeQueryTransportInformation restituisce STATUS_SUCCESS in caso di esito positivo o il codice di errore seguente in caso di errore:

Codice restituito Descrizione
STATUS_INVALID_PARAMETER
Questo valore può essere restituito per una delle condizioni seguenti:
Il parametro pTransport passato a questa routine non è valido.
Il parametro pTransportInformation non puntava alla memoria allocata abbastanza grande da contenere una struttura di dati RXCE_TRANSPORT_INFORMATION .

Commenti

RxCeQueryTransportInformation restituisce informazioni per un determinato trasporto. La struttura dei dati RXCE_TRANSPORT_INFORMATION contiene due elementi dati compilati da RxCeQueryTransportInformation:

ConnectionCount

QualityOfService

Requisiti

Requisito Valore
Piattaforma di destinazione Desktop
Intestazione rxce.h (include Rxce.h, Rxcehdlr.h, Tdi.h)
IRQL <= APC_LEVEL

Vedi anche

RxCeQueryAdapterStatus

RxCeQueryInformation