user2760718
user2760718

Reputation: 79

How to get rdp client ip in c++?

I want to find client address and PORT in remote desktop connection. I want to use windows API and c++ programing in windows.

Upvotes: 1

Views: 819

Answers (1)

hamed
hamed

Reputation: 113

window has a IP tables that have all connected IP, that is in the IphlpAPI.
this is a link for that:(http://msdn.microsoft.com/en-us/library/ms923578.aspx)

Upvotes: 1

Related Questions