GetFriendlyIfIndex, fonction (iphlpapi.h)
La fonction GetFriendlyIfIndex prend un index d’interface et retourne un index d’interface à compatibilité descendante, c’est-à-dire un index qui utilise uniquement les 24 bits inférieurs.
Syntaxe
IPHLPAPI_DLL_LINKAGE DWORD GetFriendlyIfIndex(
[in] DWORD IfIndex
);
Paramètres
[in] IfIndex
Index d’interface à partir duquel l’index d’interface à compatibilité descendante ou « conviviale » est dérivé.
Valeur retournée
Index d’interface à compatibilité descendante qui utilise uniquement les 24 bits inférieurs.
Spécifications
Client minimal pris en charge | Windows 2000 Professionnel [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows 2000 Server [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | iphlpapi.h |
Bibliothèque | Iphlpapi.lib |
DLL | Iphlpapi.dll |
Voir aussi
Informations de référence sur les fonctions d’assistance IP