I am pretty certain that this is a valid api call - I can't find the declaration anywhere though. My version of MSDN keeps referring to .NET Framework.
Can anyone help?
Printable View
I am pretty certain that this is a valid api call - I can't find the declaration anywhere though. My version of MSDN keeps referring to .NET Framework.
Can anyone help?
GetRemoteAddress is not an API, but a Method used by the .NET Framework Class Library.
Take a gander at this link. For more information, just go straight to MSDN, and type GetRemoteAddress in the search box.
http://msdn.microsoft.com/library/de...dressTopic.asp
I found some info . . .
GetHostByName in WSOCK32
It returns a pointer (a long address) and if you offset by 12 you get the info you need. I'll find the link and post it later . . .
[edit]
It's later . . .
Useful IP/HostName Stuff
[/edit]
Thanks anyway Hack . . . .