Thread: Winsock API Call

  1. #1
    Registered User
    Join Date
    Nov 2005
    Posts
    88

    Winsock API Call

    I was wondering if anyone knew what API function is used to install/remove the components of Winsock that are placed into "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servi ces\WinSock2\Parameters\Protocol_Catalog9\Catalog_ Entries". I imagine there is some API that is responsible for the registration and making sure that the Catalog Entry count is properly updated to reflect how many entries actually exist.

    Thank you for any help you can provide.

    Joe

  2. #2
    Registered User
    Join Date
    Sep 2004
    Location
    California
    Posts
    3,268
    I'm not 100% sure that these are the functions you are looking for, but Im about 95% sure
    WSCInstallProvider()
    WSCInstallProvider64_32()
    WSCInstallProviderAndChains()
    WSCInstallProviderAndChains64_32()

  3. #3
    Registered User
    Join Date
    Nov 2005
    Posts
    88
    Thanks a lot. I appreciate it.

    Joe

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Inline asm
    By brietje698 in forum C++ Programming
    Replies: 5
    Last Post: 11-11-2007, 02:54 PM
  2. C system call and library call
    By Coconut in forum C Programming
    Replies: 6
    Last Post: 08-22-2002, 11:20 AM
  3. Thread Synchronization :: Win32 API vs. MFC
    By kuphryn in forum Windows Programming
    Replies: 2
    Last Post: 08-09-2002, 09:09 AM
  4. how do you call api calls
    By ismael86 in forum Windows Programming
    Replies: 8
    Last Post: 05-12-2002, 09:09 AM