<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Actually the correct way IMHO is to implement
AcceptEx/GetAcceptExSockaddrs/TransmitFile in ws2_32.dll, and use
WSAIoctl(SIO_GET_EXTENSION_FUNCTION_POINTER) to get function addresses
in mswsock.dll. I believe this is that Windows' mswsock.dll do.<br>
<br>
Christopher Harvey wrote:
<blockquote cite="mid:47D021A8.8020400@gmail.com" type="cite">
  <pre wrap="">Dmitry Timoshkov wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">"Christopher Harvey" <a class="moz-txt-link-rfc2396E" href="mailto:arbuckle911@gmail.com">&lt;arbuckle911@gmail.com&gt;</a> wrote:

    </pre>
    <blockquote type="cite">
      <pre wrap="">Juan Lang wrote:
      </pre>
      <blockquote type="cite">
        <blockquote type="cite">
          <pre wrap=""> I'm giving the mswsock.c file some development time. I need to 
know if
 the winsock API has been inited.
    
          </pre>
        </blockquote>
        <pre wrap="">The question is, why do you need to know that?  Can't you just
initialize it yourself?  Then you'll know it has been.
--Juan

  
        </pre>
      </blockquote>
      <pre wrap="">There are some functions that return errors if WSAStartup hasn't been 
called. I think wine should do that too, rather than call it for the 
application.
      </pre>
    </blockquote>
    <pre wrap="">It would really help to at least name those "some functions", or even
better to provide a test case.

    </pre>
  </blockquote>
  <pre wrap=""><!---->Alright, I see where I'm going wrong. I was reading the WSAAccept 
function when I thought I was reading the AcceptEx page in MSDN.

Sorry.



  </pre>
</blockquote>
<br>
</body>
</html>