Jump to content
Tuts 4 You

Create/Open connection


Scale

Recommended Posts

Posted

I am trying to find which system call(s) can open a connection.

Like CreateFileA opens a file, even the library name would help.

Thanks!

Posted

invoke WSAStartup

invoke socket

invoke InternetOpen

invoke InternetConnect

etc

Posted

If you are looking for the API found inside Windows for sockets and such you can find them all on the MSDN:

Winsock Functions:

http://msdn.microsoft.com/en-us/library/ms741394(VS.85).aspx

WinINET Functions:

http://msdn.microsoft.com/en-us/library/aa385473(VS.85).aspx

Hope it helps. :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...