Peter Hyde wrote:
> Does someone perchance know of a function available in the
> Windows or WinInet APIs which allows me to ask "is this one of
> the IP numbers configured for THIS computer"?
>
> Something like: isLocalIPNumber(const IP: string): Boolean
Hrmm.. there must be such an API since IPCONFIG (on NT) and WINIPCFG (on 98)
both enumerate all the various network interfaces and their respective IP
nos.
So if it's not documented somewhere, you could always examine what DLLs
those apps import and check any entry points used via TDUMP :-)
TTFN,
Paul.
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"