Fonction RxCeQueryTransportInformation (rxce.h)
RxCeQueryTransportInformation interroge les informations de transport pour un transport donné.
Syntaxe
NTSTATUS RxCeQueryTransportInformation(
PRXCE_TRANSPORT pTransport,
PRXCE_TRANSPORT_INFORMATION pTransportInformation
);
Paramètres
pTransport
Pointeur vers le transport.
pTransportInformation
Pointeur vers la mémoire tampon fournie par l’appelant pour retourner des informations.
Valeur retournée
RxCeQueryTransportInformation retourne STATUS_SUCCESS en cas de réussite ou le code d’erreur suivant en cas d’échec :
Code de retour | Description |
---|---|
|
Cette valeur peut être retournée pour l’une des conditions suivantes :
|
Remarques
RxCeQueryTransportInformation retourne des informations pour un transport donné. La structure de données RXCE_TRANSPORT_INFORMATION contient deux éléments de données qui sont renseignés par RxCeQueryTransportInformation :
ConnectionCount
QualityOfService
Configuration requise
Condition requise | Valeur |
---|---|
Plateforme cible | Desktop (Expérience utilisateur) |
En-tête | rxce.h (inclure Rxce.h, Rxcehdlr.h, Tdi.h) |
IRQL | <= APC_LEVEL |