[ros-dev] RE: ncpa

Ge van Geldorp gvg at reactos.org
Wed Apr 26 15:16:26 CEST 2006


> From: Murphy, Ged (Bolton)
> 
> I was thinking along the lines of stopping the DHCP service 
> and calling AddIPAddress, which should be the same as 
> inserting the address manually in the registry. I haven't 
> looked into this though, so might not work.

I kind of like the Windows design: the DHCP client service is actually
implemented in dhcpcsvc.dll (you can see the "ServiceMain" export). This
allows concentration of all usermode IP address/registry stuff in one DLL.
AddIPAddress would then call into dhcpcsvc.

GvG



More information about the Ros-dev mailing list