|
-
Nov 7th, 2001, 07:58 AM
#1
Thread Starter
Hyperactive Member
GetRemoteAddress
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?
-
Nov 7th, 2001, 08:49 AM
#2
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
-
Nov 7th, 2001, 01:04 PM
#3
Thread Starter
Hyperactive Member
Cheers
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 . . . .
Last edited by gravyboy; Nov 7th, 2001 at 01:39 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|