I'm trying to find Delphi wrappers for getnameinfo and getaddrinfo socket APIs. Does anybody know where to find them or has created them and would not mind to share?

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

They are part of Indy 10: declared in IdWship6 unit, they are already used by TIdStackWindows in IdStackWindows unit.

link|improve this answer
I've ended using JWA version (see my answer) because I'm not using Indy, but your answer was indispensable as it provided me with an example on how to use those two functions correctly. – gabr Jul 19 '11 at 11:57
You might take a look at Synapse's declaration here. – user532231 Aug 6 '11 at 18:37
feedback

They are included in JEDI Windows API, unit JwaWS2tcpip.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.