windows-nt/Source/XPSP1/NT/enduser/netmeeting/h/bestintf.h
2020-09-26 16:20:57 +08:00

19 lines
281 B
C

#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