Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
findName
a guest
Oct 25th, 2017
181
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
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
Public Pastes
install_fonts.sh
Bash | 3 hours ago | 3.13 KB
Vis- Daggers
3 hours ago | 0.40 KB
Vis- Staff
4 hours ago | 0.47 KB
Vis- Metal
4 hours ago | 2.79 KB
Vis- Adoption on objects
4 hours ago | 1.94 KB
setup_notes
Bash | 4 hours ago | 2.50 KB
Vis- Imbuing Tests
4 hours ago | 2.01 KB
Untitled
7 hours ago | 8.00 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!