Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- inline void computer::findName()
- {
- DWORD IP = inet_addr(Info.IP_address);
- LPHOSTENT hn;
- hn = gethostbyaddr((LPSTR)&IP, 4, PF_INET);
- this->Info.Name = hn->h_name;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement