I have so far found DhcpRequestParams but it requires certain version
of Windows and I wanted to find something generic if possible. Is
there a standard way to get this information?
--
thanks
.paul
/*++
Paul Russell
--*/
"Angus" <angus...@gmail.com> wrote in message
news:cf148b7c-7571-4f8d...@p35g2000yqh.googlegroups.com...
This comment on wikipedia dissuades me:
When Microsoft released Windows XP in 2001 with raw socket support
implemented in the Winsock interface, the media criticized Microsoft
asserting that raw sockets are only of use to hackers to perform TCP
reset attacks. Three years after the Windows XP release, Microsoft
silently limited Winsock's raw socket support in a non-removable
hotfix and offered no further support or workarounds for applications
that used them.
Further, DhcpRegisterParamChange goes back to W2k so not sure your point /
statement on OS limitations.
That is generic enough for you no?
--
thanks
.paul
/*++
Paul Russell
--*/
"Angus" <angus...@gmail.com> wrote in message
news:73f78283-5332-4c7e...@o10g2000yqa.googlegroups.com...
You simply need to follow the general rules for addressing.
--
thanks
.paul
/*++
Paul Russell
--*/
"Paul Russell" <spam_msf...@hotmail.com> wrote in message
news:70D8F87F-5CA0-4B61...@microsoft.com...
Any pointers on how to get started? Do I need to make a request to
the DHCP Server? Reason I ask is because by the time my program runs,
the computer will have already completed the startup IP address (DHCP)
process.
So do I need to send another request to the DHCP server for
information? Any pointers would be most appreciated.