Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jul : Transport fuction identifiers - where should I look them up?
| Subject: | Transport fuction identifiers - where should I look them up? |
| Posted by: | "Martin James" (mjames_falc..@dial.pipex.com) |
| Date: | Mon, 10 Jul 2006 13:52:29 |
I need AcceptEx, WSARecv, WSASend etc function pointers.
Aparrently, with Winsock2, I should get extension function addresses by
calling WSAIoctl with the 'SIO_GET_EXTENSION_FUNCTION_POINTER' parameter and
an identifer for the transport function. The identifier is a GUID. Where
can I look up the correct GUID? The transport service provider must have
logged these GUIDs somewhere, presumably in the registry?
Rgds,
Martin