Get mac address for remote computer under NT4 in C -


is possible determine mac address of originator of remote connection under windows nt 4? remote pc opens socket connection application , can ip address. need determine mac address information available socket such ip address of remote device.

i have tried using sendarp doesn't seem supported in windows nt4.

try getipnettable. function documented supported of nt 4.0 sp4.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -