Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
281 B

  1. #ifndef _BESTINTF
  2. #define _BESTINTF
  3. #include <iphlpapi.h>
  4. #include <winsock2.h>
  5. #ifdef __cplusplus
  6. extern "C" {
  7. #endif // __cplusplus
  8. DWORD NMINTERNAL NMGetBestInterface ( SOCKADDR_IN* srem, SOCKADDR_IN* sloc );
  9. #ifdef __cplusplus
  10. }
  11. #endif // __cplusplus
  12. #endif // _BESTINTF