windows-nt/Source/XPSP1/NT/enduser/netmeeting/h/bestintf.h

19 lines
281 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
#ifndef _BESTINTF
#define _BESTINTF
#include <iphlpapi.h>
#include <winsock2.h>
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
DWORD NMINTERNAL NMGetBestInterface ( SOCKADDR_IN* srem, SOCKADDR_IN* sloc );
#ifdef __cplusplus
}
#endif // __cplusplus
#endif // _BESTINTF