Click here to Skip to main content
15,881,173 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
I want to get the physical memory usage of client.

i more specify my question that, i have IP address 10.15.24.10 and the IP of my friend is 10.15.24.30, from my system i just pass IP Address of my friend's system and i get the physical memory usage of my friend.

please tell me is it possible by using MFC (VC++).

What I have tried:

No idea in MFC ...........................
Posted
Updated 18-Sep-19 18:11pm

1 solution

Unless you've got some kind of server running on the target machine that will retrieve the contents of memory and send it to your client, it's impossible to get the memory of a remote machine.
 
Share this answer
 
Comments
sharadkumarchauhan 19-Sep-19 0:30am    
Thank for your response

only one client at a time. No multiple server access to same client. i.e one to only way communication.
Dave Kreskowiak 19-Sep-19 9:16am    
You didn't understand a word I said. You saw the word "server" and made all kinds of assumptions without actually thinking about what you read.

A "server" does NOT have to mean "support for multiple client connections". A server just means that a piece of software that sends data to a client upon request.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900