Posted November 23, 200816 yr 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!
November 26, 200816 yr 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